cURL
curl --request DELETE \ --url https://api.tightknit.dev/admin/v0/calendar_events/{calendar_event_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>" } }
Delete a calendar event
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
"8x38el2x6di9"
Deletes a calendar event
The response is of type object.
object
Was this page helpful?