v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
webhooks

Delete webhook

Permanently deletes the specified webhook.

Important: This operation permanently deletes the webhook. Alternatively, to temporarily disable the webhook, use the Update webhook operation with enabled set to false.

delete/webhooks/{webhookId}

Response

Result object

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}