DELETE /hos_summaries |
This service is used to remove one or more existing HOS summaries for the authenticated driver.
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.
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.