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
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"
}
}