DELETE
/
webhook
/
:webhookId
curl --request DELETE \
  --url https://api.fint.app/api/v1/webhook/:webhookId \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
number
required

Response

200
application/json
Webhook eliminado con éxito por ID
message
string
required