Skip to main content
DELETE
/
public
/
v1
/
webhooks
/
webhooks
/
{webhook-id}
Delete Webhook
curl --request DELETE \
  --url https://api.topsort.com/public/v1/webhooks/webhooks/{webhook-id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

webhook-id
string
required

Id of the webhook.

Response

Successful Response