v1

latestOpenAPI 3.0.3Apache 2.02026-07-13103980.6 KB
Webhooks

Delete webhook subscription

Delete a webhook subscription

delete/webhook/webhooks/{id}

Path parameters

idstring required

JWT Webhook token that represents the unifiedApi and applicationId associated to the event source.

Headers

x-apideck-app-idstring required

The ID of your Unify application

Response

Webhooks

status_codeinteger required

HTTP Response Status Code

statusstring required

HTTP Response Status

_rawRaw nullable

Raw response from the integration when raw=true query param is provided

Example response

{
  "status_code": 200,
  "status": "OK",
  "data": {
    "id": "1234",
    "description": "A description",
    "unified_api": "crm",
    "status": "enabled",
    "disabled_reason": "retry_limit",
    "delivery_url": "https://example.com/my/webhook/endpoint",
    "execute_base_url": "https://unify.apideck.com/webhook/webhooks/1234/execute",
    "events": [
      "vault.connection.created",
      "vault.connection.updated"
    ],
    "updated_at": "2020-09-30T07:43:32.000Z",
    "created_at": "2020-09-30T07:43:32.000Z"
  }
}