Delete webhook
DELETE
/v1/webhooks/{id}
Stop deliveries to one of the signed-in user's registered webhook endpoints and remove it. A subscription that isn't theirs (or doesn't exist) returns 404.
Authorizations
Bearer
JWT bearer token from POST /v1/auth/login.
Type
HTTP (bearer)
or
ApiKey
Scoped API key for non-interactive clients (issued by PBI #1426).
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
id*
Type
Requiredstring
Format
"uuid"Responses
Not Found
application/problem+json
Format
"int32"Pattern
"^-?(?:0|[1-9]\\d*)$"