Ir al contenido

Eliminar endpoint

Elimina un webhook endpoint. Deja de recibir entregas.

DELETEhttps://api.kuti.pe/v1/webhook-endpoints/{id}
Responde 204 sin body si se eliminó.

Path

id
stringrequerido
Id del endpoint (we_…).Ej: we_01J8Z3K4M5N6P7Q8R9S0T1U2V3

Language

Credentials

Header

Authorization

Secret key de developer · ejemplos con librerías estándar (aún sin SDK)

cURL Request
curl -s 'https://api.kuti.pe/v1/webhook-endpoints/we_01J8Z3K4M5N6P7Q8R9S0T1U2V3' \
  -X DELETE \
  -H 'Authorization: Bearer kuti_live_…'
Librería estándar · sin SDK propio
Response

Elige un ejemplo de respuesta:

application/json
204OK
{}