v1

latestOpenAPI 3.1.02026-07-1342111193.6 KB
Webhooks

Delete a webhook endpoint

Delete a webhook endpoint and all associated webhook events and delivery attempt data. This will stop POST requests to the endpoint.

Note: deletion will take place asynchronously and may not be complete when this request returns.

delete/webhook/endpoints/{webhook_endpoint_id}

Path parameters

webhook_endpoint_idstring required
Example:3847dd41-8c90-499a-ac6e-10a027dd231f

Headers

Arcadia-Versionstring required

The Arcadia-Version for the request

Response

Accepted

created_atstring date-time required
updated_atstring date-time required
idstring uuid required
signing_keystring required
urlstring required
sandboxedboolean required
enabledboolean required
arc_versionstring required

Example response

{
  "id": "3847dd41-8c90-499a-ac6e-10a027dd231f",
  "signing_key": "MIZ1ImBK1FiVisS1",
  "url": "https://example.com/webhook-endpoint",
  "enabled": true,
  "arc_version": "2022-10-13"
}