deleteShift API Endpoint

The deleteShift API can be used to delete a shift. When a shift is deleted, the driver assigned to that shift will be moved to the default shift in the background.

Note that the default shift cannot be deleted either by the Fleet Manager or by using the deleteShift API.

API Details

DELETE https://api.zendrive.com/fleet/v1/shift/{shift_id}

Delete a shift when given a shift_id.

Headers

Name
Type
Description

API KEY <API_KEY>*

Application/JSON

Authorization header

Was this helpful?