Delete calendar
Permanently deletes a calendar and all associated data.
Path Parameters
- Type: string
object _id requiredCalendar ID
Headers
- Type: string
Authorization requiredAPI key for authentication
- Type: string
Content - Type requiredShould always be application/json
Responses
200 Calendar deleted successfully
404 Calendar not found
Request Example for delete/api/v1/calendars/{object_id}
curl https://app.attendee.dev/api/v1/calendars/cal_abcdef1234567890 \
--request DELETE \
--header 'Authorization: Token YOUR_API_KEY_HERE' \
--header 'Content-Type: application/json'
No Body