v1

latestOpenAPI 3.0.02026-07-2482421001.1 KB
Org Level Webhooks

Delete webhook

Delete a webhook using the webhook's universally unique identification code (UUID).

delete/webhook/{webhook_uuid}/delete

Path parameters

webhook_uuidstring uuid required
Example:9be5c090-7dd6-465b-950e-885b95e1863a

The unique identification code (UUID) of the webhook.

Response

OK

statusstring

The success response status received from the server.

messagestring

The success message received from the server corresponding to the response status.

responseobject nullable

Example response

{
  "status": "200",
  "message": "OK"
}