DELETE
/
api
/
webhooks
/
unsubscribe
/
Delete a Webhook by URL
curl --request DELETE \
  --url https://api.trysela.com/api/webhooks/unsubscribe/ \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

url
string

The URL of the webhook to delete.

Response

204

No response body