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

NameInNotes
id requiredpathThe endpoint id.

Responses

StatusMeaning
204Disabled
401The API key is missing, malformed, expired or revoked
403The API key lacks the webhook:manage scope
404No such endpoint

Every response body is described in the OpenAPI spec, which this page is generated from.