Disable an outbound webhook endpoint
Requires a current workspace administrator personal access token. Disabled endpoints stop receiving newly created deliveries.
Requires a current workspace administrator personal access token. Disabled endpoints stop receiving newly created deliveries.
Authorization
machineBearer Personal access tokens and supported service-account keys are accepted only in the Authorization header and never in URLs. Each operation documents which principal types it authorizes.
In: header
Path Parameters
Workspace UUID. It must match the workspace bound to the credential.
uuiduuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/webhook-endpoints/497f6eca-6276-4993-bfeb-53cbbbba6f08/disable" \ -H "Content-Type: application/json" \ -d '{ "reason": "string" }'