Documentation

SECRET_REVOCATION_FAILED

500api_error

The secret revocation could not be completed.

Cause

The revoke did not land, so the secret you intended to kill may still authenticate.

How to fix it

Retry the revoke. If it keeps failing, rotate the secret instead and contact support with the request_id.

Example response

500 SECRET_REVOCATION_FAILED
JSON
{
  "error_code": "SECRET_REVOCATION_FAILED",
  "error_type": "api_error",
  "error_message": "The secret revocation could not be completed.",
  "hint": "Retry the revoke. If it keeps failing, rotate the secret instead and contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/SECRET_REVOCATION_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/SECRET_REVOCATION_FAILED

Was this page helpful?