Skip to main content
DELETE
/
calendar
/
recurring-event
/
{event_id}
Delete Recurring Event
curl --request DELETE \
  --url https://api.decodahealth.com/calendar/recurring-event/{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>
required

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

Response

Successful Response