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'
{}
Permanently deletes a calendar and all associated data.
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'
{}
Authorization header.
cal_abcdef1234567890)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'
{}