---
title: "Delete Wallet Identity"
method: DELETE
path: "/wallet/{walletId}/identity/{identityId}"
tags: ["Identities"]
---

# Delete Wallet Identity

`DELETE /wallet/{walletId}/identity/{identityId}`

This API method allows the calling application to delete a Wallet Identity for a specific wallet. Please note: this operation can't be undone.

## Path parameters

- `walletId` string, string, required
- `identityId` 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/versions/90a122bb14cc/schema)
