Delete a webhook subscription
DELETE/v1/networks/:networkId/webhooks/:id
Permanently removes the subscription so it stops receiving deliveries; to pause temporarily, update its status to disabled instead. The delete is optimistic-locked and returns 409 on a version conflict. Requires administrator access to the network.
Request
Responses
- 204
- 401
- 403
- 404
- 409
Webhook deleted
Missing or invalid API key
The API key is not authorized for this resource
Webhook not found
A version conflict