curl --location --request PATCH 'https://vf-solana-api.dev.alphaledger.com/api/v1/accounts/inactivate?solanaClusterId=SOLANA_DEVNET' \
--header 'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"itemData": {
"accountToInactivate": {
"offchainId": "1b03ae9a-348c-4c18-8727-20c7c4ae7a0a"
},
"memo": "Retired account"
}
}'{
"inactivatedAccount": {
"onchainId": "ndA7eTfoWqrczXYUq53gNRRjQgEmufqErXbgXUFFUAA",
"offchainId": "1a1e904d-0d95-4e66-85e1-88a57774e910"
},
"solanaTransaction": {
"success": false,
"offchainId": "ee36c656-aa74-4d6a-b23c-332c204cb202",
"status": "SIGNED",
"onchainId": "5nwo7XvhiVRpJasEzH5r3hGKJqaTxd7qVit3cedFJgESdAPrmawebMJu6fUKRfjXEaivuey7vBsW56xPxX76T1bm",
"confirmationsCount": 2,
"serializedMessage": "string",
"errorMessage": "string",
"txnTimestamp": "2025-10-21T16:17:45.035372Z"
}
}