Identifier Revoked
Identifier Revoked
Type URI: https://docs.rip.bet/errors/identifier_revoked
What it means
An admin tried to add a whitelist entry whose wallet address or email
matches an identifier that was previously revoked. The system refuses to
silently re-enable a revoked identifier so that revocation decisions are
not undone by accident. The HTTP status is 409 Conflict.
When you might see this
- Adding a whitelist entry whose
wallet_addressoremailappears in the revoked-identifier history.
The detail message names the conflicting wallet or email, and the
instance field points at the whitelist endpoint that produced the
error.
How to resolve
- Confirm with the admin team that the revocation should in fact be lifted. If revocation should stand, do not retry.
- If the revocation should be lifted, locate the existing revoked whitelist entry (filter by wallet or email when listing whitelist entries) and reinstate it through the documented un-revoke flow rather than creating a new entry with the same identifier.
- If the admin tooling does not yet expose an un-revoke action for the identifier in question, treat the revocation as final and contact the on-call admin owner before attempting any database-level workaround.