cURL
curl --request DELETE \ --url https://api.tightknit.ai/admin/v0/calendar_events/{calendar_event_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>" } }
Deletes a calendar event by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
"8x38el2x6di9"
Calendar event deleted
Show child attributes
Was this page helpful?