Skip to main content
DELETE
/
calendar
/
delete
/
{event_id}
Delete Event
curl --request DELETE \
  --url https://api.decodahealth.com/calendar/delete/{event_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  "<string>"
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

event_id
string
required

Query Parameters

recurrence_modification_mode
enum<string>
default:this

Enum representing the different modes for handling recurring event modifications Used when modifying recurring events to specify which occurrences should be affected

Available options:
this,
future,
all
cancellation_reason
string | null

Response

Successful Response