cURL
curl --request DELETE \ --url https://api.decodahealth.com/calendar/shifts/delete-by-dates \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "dates": [ "<string>" ] } '
123
Delete all shifts for the specified dates
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type integer.
integer