Skip to Content
DevelopersError CodesCodesRPCWorldDelete personal realm failed

Delete personal realm failed

Code

RPC/WORLD/DELETE_PERSONAL_REALM_FAILED

What it means

The client attempted to delete a personal realm by submitting a transaction, but the tx flow failed.

When it happens

  • Deleting a personal realm via a transaction fails.

Typical scenarios:

  • Contract rejects deletion (authorization, invariants)
  • Node/transport failure while broadcasting or waiting for tx result

How to handle

  • Include realmId in meta.
  • In UX, treat deletion as a destructive action: confirm intent and provide a clear failure message.
Last updated on
Docsv1.0.10