---
title: "Delete wallet storage data"
method: DELETE
path: "/user/{account}/wallet/storage/{key}"
tags: ["Wallet storage endpoints"]
---

# Delete wallet storage data

`DELETE /user/{account}/wallet/storage/{key}`

Delete wallet storage data. Authentication is required using domain owner signature.

## Path parameters

- `account` string, required

## Headers

- `Authorization` string, required

## Response `200`

Wallet storage data successfully deleted

- WalletStorageData
  - `createdDate` string — The date the storage key was created
  - `updatedDate` string — The date the storage key was last updated
  - `key` string — The key of the storage data
  - `data` string — The data of the storage key
  - `schema` string — A serialized Zod schema that represents the data format. Use https://github.com/StefanTerdell/json-schema-to-zod to recreate the Zod schema on a client.

## Other responses

- `403` — Account not authorized

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
