DELETE
/
v1
/
events
/
{id}
curl --request DELETE \
  --url https://api.chronhq.com/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "CmrdZWG5MkGEn7K4gA1f9VGV2B",
  "deleted": true,
  "object": "event"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

id
string
required

The identifier of the event which will be deleted.

Maximum length: 5000

Response

200
application/json
Successful response.
deleted
boolean
required

Always true for a deleted object

id
string
required

Unique identifier for the object.

Maximum length: 5000
object
enum<string>
required

String representing the object's type. Objects of the same type share the same value.

Available options:
event