Description
Delete an event.
Request
HTTP Method: DELETE
Parameter | Description |
---|---|
event_id | The ID of the event to delete. |
curl -X DELETE \
https://<<META.tenant.domain>>/api/v1/events/<<event_id>> \
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
Response
A successful request will return a 204 No Content
response, indicating that the event has been deleted.
If the event cannot be found, a 404 Not Found
will be returned.