DELETE
/
v2
/
webhooks
/
{webhookId}
Eliminar webhook
curl --request DELETE \
  --url https://api.gotrebol.com/v2/webhooks/{webhookId} \
  --header 'x-api-key: <api-key>'
{
  "message": "Webhook eliminado exitosamente"
}

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
string
required

ID único del webhook

Response

Webhook eliminado exitosamente.

The response is of type object.