Webhooks
Delete a webhook
Remove a webhook subscription.
Authorisation
Bearer token required. Include in the
Authorization header.
Path parameters
webhook_id required
The ID of the webhook.
Example: 1
Delete a webhook
curl https://web.signcustomiser.com/api/v2/webhooks/1 \
--request DELETE \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_TOKEN' Response 200
{
"success": true
}