Pular para o conteúdo principal
DELETE
/
v1.0
/
webhooks
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.thatsme.com.br/api/v1.0/webhooks/{id} \
  --header 'Authorization: Bearer <token>'

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

id
string
obrigatório

ID do webhook endpoint

Resposta

Webhook endpoint deleted