Delete Webhooks By Id
DELETE {{baseUrl}}/rest/api/3/webhook
Removes webhooks by ID. Only webhooks registered by the calling Connect app are removed. If webhooks created by other apps are specified, they are ignored.
Permissions required: Only Connect apps can use this operation.
Request Body
{"webhookIds"=>["<long>", "<long>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |