---
title: "Delete manual account"
method: DELETE
path: "/users/{user_guid}/accounts/{account_guid}"
tags: ["accounts"]
---

# Delete manual account

`DELETE /users/{user_guid}/accounts/{account_guid}`

This endpoint deletes accounts that were manually created. The API will respond with an empty object and a status of `204 No Content`.

## Path parameters

- `account_guid` string, required
- `user_guid` string, required

## Headers

- `Accept` string, required

## Response `204`

No content.

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 1 breaking, 2 info
  - added the new required `header` request parameter `Accept`
  - api tag `accounts` added
  - api tag `mx_platform` removed

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/accounts/:account_guid/delete.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
