Skip to main content
DELETE
/
api
/
v1
/
calendars
/
{object_id}
curl --request DELETE \
  --url https://app.attendee.dev/api/v1/calendars/cal_abcdef1234567890 \
  --header 'Authorization: Token YOUR_API_KEY_HERE' \
  --header 'Content-Type: application/json'
{}

Authentication

Requires API key authentication via the Authorization header.

Path Parameters

object_id
string
required
Calendar ID (e.g., cal_abcdef1234567890)

Response

Returns a 200 status code on success with no response body.
curl --request DELETE \
  --url https://app.attendee.dev/api/v1/calendars/cal_abcdef1234567890 \
  --header 'Authorization: Token YOUR_API_KEY_HERE' \
  --header 'Content-Type: application/json'
{}

Build docs developers (and LLMs) love