Skip to main content
DELETE
/
webhooks
/
{id}
curl https://api.onepay.la/v1/webhooks/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
  -X DELETE \
  -H "Authorization: Bearer sk_test_xxx"
{
  "message": "Webhook eliminado correctamente."
}

Documentation Index

Fetch the complete documentation index at: https://docs.onepay.la/llms.txt

Use this file to discover all available pages before exploring further.

Al eliminar un webhook dejarás de recibir notificaciones para esa URL. La acción no puede deshacerse.

Path Parameters

id
string
required
ID del webhook a eliminar.
curl https://api.onepay.la/v1/webhooks/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
  -X DELETE \
  -H "Authorization: Bearer sk_test_xxx"
{
  "message": "Webhook eliminado correctamente."
}