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

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

Request

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.

Response

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.