---
title: "Remove account address for authentication"
method: DELETE
path: "/api/v1/eoa-accounts/{id}"
tags: ["Account Management"]
---

# Remove account address for authentication

`DELETE /api/v1/eoa-accounts/{id}`

Removes the account address associated with the authenticated user.

## Path parameters

- `id` string, required

## Response `200`

Successfully deleted the EOA account.

- object
  - `data` object
    - `id` string

## Other responses

- `400` — Invalid account ID format.
- `401` — Unauthorized, missing or invalid token.
- `403` — Forbidden. Cannot delete the last EOA account a user has.
- `404` — Couldn't find a belonging EOA account.
- `500` — Internal server error.

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
