Webhooks
Disable a webhook endpoint
DELETE/v1/webhooks/{id}requires webhook:manage
Endpoints are disabled rather than destroyed, so past deliveries keep their reference.
Requestcurl -X DELETE https://api.transmit.dev/v1/webhooks/{id} \
-H "Authorization: Bearer tr_v2_…"Parameters
| Name | In | Notes |
|---|---|---|
id required | path | The endpoint id. |
Responses
| Status | Meaning |
|---|---|
204 | Disabled |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the webhook:manage scope |
404 | No such endpoint |
Every response body is described in the OpenAPI spec, which this page is generated from.