Click or drag to resize
DELETE /hos_summaries
Print this page
Description

This service is used to remove one or more existing HOS summaries for the authenticated driver.

Request

The Request body is a JSON array of HOS summary objects. Each object should only contain a value for the Id field. If no summary exists with the specified Id, an error is returned.

Response

The Response body is a JSON array of HOS summary objects, where each object contains only the Id of the deleted summary.

If the request fails, an Error Response is generated.