cURL
curl --request DELETE \ --url https://api.rootkey.ai/api-v1/platform/vaults/{vaultAddress} \ --header 'x-api-key: <api-key>'
{ "name": "My first wallet", "description": "First wallet created through ROOTKey API", "walletAddress": "0x1234567890abcdef1234567890abcdef12345678" }
Delete a vault
The vault address
Vault deleted successfully
Was this page helpful?