v1

latestOpenAPI 3.0.22026-07-24800528.1 KB
Webhooks

Archive a webhook

Webhook events will no longer be delivered to the attached endpoints.

delete/v2/webhooks/{webhook_key}

Path parameters

webhook_keystring required

Unique identifier of a webhook.

Response

Webhook events will no longer be delivered to the attached endpoints.

messagestring required
statusinteger required

Example response

{
  "data": {
    "created_at": 1574181282399,
    "key": "co_a80cb515fe",
    "updated_at": 1574181282399,
    "events": [
      "deal.created",
      "deal.updated"
    ],
    "target_url": "https://jsonplaceholder.typicode.com/posts"
  }
}