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.
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?