ZapSign API
ZapSign API Documentation
Search
K
Comment on page

Delete Webhook

A webhook applies to all documents within your account. It is not necessary to create more than one webhook. You can also create/delete webhooks inside your account in Settings > Integrations > Webhooks.
delete
https://api.zapsign.com.br
/api/v1/user/company/webhook/delete/
Delete a webhook
Parameters
Header
Authorization*
string
apiToken ahead of the "Bearer" text.
Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
Body
id
string
The webhook id you want to delete.
Responses
200: OK
Webhook deleted successfully

Request