---
title: "DELETE /users/user"
method: DELETE
path: "/users/user"
tags: ["users"]
---

# DELETE /users/user

`DELETE /users/user`

Delete user if possible.

## Query parameters

- `userId` integer

## Response `200`

Boolean indicating if user was deleted successfully

- boolean

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `500` — Internal server error

---

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