Skip to main content
Use this endpoint to permanently remove an in-game bank from the platform. This operation is irreversible — once a bank is deleted, the bank data cannot be recovered.
Deleting a bank is permanent. Ensure you have confirmed this action with the relevant parties before proceeding. This endpoint requires the ADMINISTRATOR permission.

Endpoint

Path Parameters

string
required
The Snowflake ID of the bank you want to delete.

Response

A successful deletion returns HTTP 204 No Content along with the bank object as it existed immediately before deletion.
string
The Snowflake ID of the deleted bank.
string
The characterId of the character who owned the bank.
string
The display name of the bank at the time of deletion.
string | null
The icon hash at the time of deletion, or null if none was set.
number
The bank’s capital balance at the time of deletion.
string
ISO 8601 timestamp of when the bank was originally created.
string
ISO 8601 timestamp of the last modification before deletion.

Example Request

Example Response

Error Responses

Rate limiting applies to this endpoint. You can call it at most 5 times per minute per account.