Skip to main content

No active approval

typehttps://docs.frem.sh/reference/api/errors/no-active-approval
HTTP status404 Not Found

What it means

The resource does not exist - or your token cannot see it.

Example detail messages returned with this error:

  • No active approval by you to revoke.

What to do

See detail for the specific cause.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/no-active-approval",
  "title": "Not Found",
  "status": 404,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.