Delete Webhook
Last updated
Last updated
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
https://api.zapsign.com.br/api/v1/user/company/webhook/delete/
Name | Type | Description |
---|---|---|
Authorization* | string | apiToken ahead of the "Bearer" text. Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23 |
Name | Type | Description |
---|---|---|
id | string | The webhook id you want to delete. |
Webhook deleted successfully