Pular para o conteúdo principal
DELETE
/
v1
/
exceptions
/
callbacks
/
credentials
/
{credentialId}
Revogar uma 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"
}

Autorizações

Authorization
string
header
obrigatório

Autenticação por Bearer token (formato: "Bearer {token}")

Parâmetros de caminho

credentialId
string<uuid>
obrigatório

Id of the credential to revoke ID da credencial a revogar

Exemplo:

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

Resposta

Sem conteúdo