DELETE /hos_events |
This service is used to remove one or more existing HOS status events for the authenticated driver.
The Request body is a JSON array of event objects. Each object should only contain a value for the id field. If no event exists with the specified Id, an error is returned.
The Response body is a JSON array of event objects, where each object contains only the Id of the deleted event.
If the request fails, an Error Response is generated.