DELETE
/
admin
/
v0
/
calendar_events
/
{calendar_event_id}
Delete a calendar event
curl --request DELETE \
  --url https://api.tightknit.dev/admin/v0/calendar_events/{calendar_event_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

calendar_event_id
string
required
Minimum length: 1
Example:

"8x38el2x6di9"

Response

200
application/json

Deletes a calendar event

The response is of type object.