Skip to main content
DELETE
/
calendar
/
shifts
/
delete-by-dates
Delete Shifts By Dates
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

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
dates
string[]
required

Response

Successful Response

The response is of type integer.