Delete Webhook
There are several situations where you might need to remove a webhook, such as when disabling old integrations or reconfiguring endpoints. To make this easier, you can delete a webhook directly from the control panel by navigating to Settings > Integrations > ZapSign API > Webhooks and deleting the URL associated with your events.

Alternatively, you can delete the webhook using this endpoint
Delete a webhook
DELETE
https://api.zapsign.com.br/api/v1/user/company/webhook/delete/
Headers
Name
Type
Description
Authorization*
string
apiToken ahead of the "Bearer" text.
Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
Request Body
{
"id": "{{webhook_id}}"
}
Name
Type
Description
id
string
The webhook id you want to delete.
Webhook deleted successfully
Request
Last updated
Was this helpful?