---
title: "Delete user"
method: DELETE
path: "/user/{username}"
tags: ["user"]
---

# Delete user

`DELETE /user/{username}`

This can only be done by the logged in user.

## Path parameters

- `username` string, required

## Other responses

- `400` — Invalid username supplied
- `404` — User not found

## Changes

- **2018-11-01** `cf53a96f0da1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/changes/user/:username/delete.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sodafoundation/soda-multi-cloud-api/revisions/cf53a96f0da1/schema)
