DELETE
/
event_subscriptions
/
{event_subscription_id}
curl --request DELETE \
  --url https://api.useswift.dev/event_subscriptions/{event_subscription_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

event_subscription_id
string
required

The identifier of the Event Subscription to delete.

Response

204

Event Subscription Deleted