cURL
curl --request DELETE \ --url https://api.deck.co/v2/event-destinations/{destination_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true, "request_id": "<string>" }
Permanently deletes an event destination.
Secret key (sk_live_...)
Unique identifier for the event destination (prefixed with evtd_).
evtd_
OK
Confirmation object returned after a successful deletion.
ID of the deleted event destination.
Always event_destination.
event_destination
Always true for successful deletions.
true
Unique identifier for the API request. Include this when contacting support.
Was this page helpful?