---
title: "Delete an account"
method: DELETE
path: "/v2/users/{userId}/accounts/{accountId}"
tags: ["Account"]
---

# Delete an account

`DELETE /v2/users/{userId}/accounts/{accountId}`

Delete an existing onramp or offramp account.

## Path parameters

- `userId` string, required
- `accountId` string, required

## Response `200`

Success

- DeleteAccountObject
  - `status` string
  - `message` string

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

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