Deletar webhook
Você pode remover um webhook em sua conta em Configurações > Integração > Webhooks.
Alternativamente, você pode deletar o webhook com este endpoint:
Deletar webhook
DELETE
https://api.zapsign.com.br/api/v1/user/company/webhook/delete/
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Api token a frente do texto "Bearer". Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23 |
Request Body
Name | Type | Description |
---|---|---|
id* | string | Id do webhook a ser deletado |
Exemplo de requisição
Last updated