Skip to main content
DELETE
/
webhooks
/
{webhookId}
Deletar webhook
curl --request DELETE \
  --url http://localhost:3001/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
"null"

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Insira o token JWT no formato: Bearer {token}

Path Parameters

webhookId
string
required

ID único do webhook a ser deletado.

Response

enum<string> | null

Default Response

Available options:
null