Skip to main content
DELETE
/
partner
/
{partnerId}
/
subscriptions
/
{subscriptionId}
Eliminar una subscripción webhook
curl --request DELETE \
  --url https://e3-kausanna.sonqo.io/partner/{partnerId}/subscriptions/{subscriptionId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
Atención! Esta operación no se puede deshacer. Una vez eliminado el webhook, no se recibirán más notificaciones.
Este endpoint te permite eliminar un webhook de Kausanna, para dejar de recibir notificaciones. Los cambios realizados en este endpoint son inmediatos y no se pueden deshacer.

Authorizations

Authorization
string
header
required

API Token generated for your account. The token must be prefixed with Bearer.

Path Parameters

partnerId
integer
required

The ID of the partner registered to receive webhooks

subscriptionId
string
required

The ID of the webhook subscription

Response

OK

The response is of type object.