---
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.

---

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