Delete a webhook endpoint
Deletes the specified webhook endpoint.
Path parameters
-
The ID of the desired webhook endpoint.
DELETE /api/v1/webhook_endpoints/{webhook_endpoint_id}
curl \
-X DELETE https://api.1099policy.com/api/v1/webhook_endpoints/{webhook_endpoint_id}
Response examples (200)
{
"id": "whe_KPGc5vEZdvoETu39BNwu2Z",
"object": "webhook_endpoint",
"deleted": true,
"deleted_at": "(utcnow)"
}