Webhooks
Remover endpoint de webhook
Remove permanentemente um endpoint de webhook. O endpoint não receberá mais notificações.
Remove permanentemente um endpoint de webhook. O endpoint não receberá mais notificações.
basicAuth Autenticação via chave de API. Use publicKey:secretKey codificado em Base64 no header Authorization: Basic {credentials}.
In: header
application/json
application/json
{
"success": true,
"message": "string"
}{
"success": false,
"message": "string",
"error": "string"
}ID do endpoint (UUID)
curl -X DELETE "https://example.com/v1/postbacks/endpoints/497f6eca-6276-4993-bfeb-53cbbbba6f08"