Wallet storage endpoints
Delete wallet storage data
Delete wallet storage data. Authentication is required using domain owner signature.
delete/user/{account}/wallet/storage/{key}
Path parameters
accountstring required
The account ID to authenticate
Headers
Authorizationstring required
The JWT access token that authorizes the request
Response
Wallet storage data successfully deleted
Example response
{
"createdDate": "2021-01-01",
"updatedDate": "2021-01-01",
"key": "key1",
"data": "value1"
}