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

Documentation Index

Fetch the complete documentation index at: https://docs.tightknit.ai/llms.txt

Use this file to discover all available pages before exploring further.

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 string length: 1

Response

Calendar event deleted

success
boolean
required
data
object
required