---
title: "Delete user profile"
method: DELETE
path: "/uploadposts/users"
tags: ["User Management"]
---

# Delete user profile

`DELETE /uploadposts/users`

Delete an existing user profile and its associated data (including social connections).

## Request body

- object
  - `username` string, required — The unique identifier of the profile to delete.

## Response `200`

Profile deleted successfully.

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad Request — Missing or invalid parameters.
- `401` — Unauthorized — Invalid or expired token.
- `404` — Not Found — Resource does not exist.

---

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