DELETE
/
api
/
webhooks
/
{id}
/
Delete a Webhook
curl --request DELETE \
  --url https://api.trysela.com/api/webhooks/{id}/ \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

A unique integer value identifying this webhook.

Response

204

No response body