---
title: "Delete Wallet and Related Objects"
method: DELETE
path: "/services/wallet/{walletId}"
tags: ["Services"]
---

# Delete Wallet and Related Objects

`DELETE /services/wallet/{walletId}`

This API method allows the calling application to delete a Wallet and its contents. Wallet Consumer and Identities are deleted and Wallet accounts are cancelled. This API provides the ability for all of a consumers  data to be cleared from AIR (GDPR)

## Path parameters

- `walletId` string, string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `409` — Conflict
- `415` — Unsupported Media Type
- `423` — Locked
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/eagleeye/apis/wallet-api.md) · [All operations](https://skmtc.net/eagleeye/apis/wallet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeye/wallet-api/revisions/90a122bb14cc/schema)
