Saltar al contenido principal
DELETE
/
v1
/
exceptions
/
callbacks
/
credentials
/
{credentialId}
Revocar una credencial de callback
curl --request DELETE \
  --url https://matcher.sandbox.lerian.net/v1/exceptions/callbacks/credentials/{credentialId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "detail": "<string>",
  "errors": [
    {
      "location": "<string>",
      "message": "<string>",
      "value": "<unknown>"
    }
  ],
  "instance": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "about:blank"
}

Autorizaciones

Authorization
string
header
requerido

Autenticación con token Bearer (formato: "Bearer {token}")

Parámetros de ruta

credentialId
string<uuid>
requerido

Id of the credential to revoke ID de la credencial a revocar

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

Respuesta

Sin contenido