ReferenceWebhooks

Delete

Delete a webhook

DELETE/webhook/{id}

Delete a webhook

Authorization

AuthorizationBearer <token>

Team API key generated from team settings. Sent as Authorization: Bearer <api_key>.

In: header

Path Parameters

id*string

Unique identifier of the webhook to delete

Response Body

application/json

curl -X DELETE "https://example.com/webhook/string"
{  "id": "string"}