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

Request Body

{
    "id": "{{webhook_id}}"
}

Webhook deleted successfully

Request

Last updated