delete_manual_crypto
Delete a manually-managed crypto asset. If it has balance history, set keep_history to preserve or remove it; deletion is irreversible.
Instructions
Delete a manually-managed crypto asset. If the asset has balance history, keep_history must be set explicitly or the API rejects the request. Irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crypto_id | Yes | Id of the manual crypto balance to delete. | |
| keep_history | No | Set true to preserve the balance history, false to delete it too. Required if the asset has balance history. |