Skip to main content
DELETE
/
calendar
/
shifts
/
delete-by-provider
Delete Shifts By Provider
curl --request DELETE \
  --url https://api.decodahealth.com/calendar/shifts/delete-by-provider \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "date": "<string>",
  "providerIds": [
    "<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
date
string
required
providerIds
string[]
required

Response

Successful Response

The response is of type integer.