---
title: "Removes a user from the project."
method: DELETE
path: "/users/{userId}"
tags: ["Users"]
---

# Removes a user from the project.

`DELETE /users/{userId}`

## Path parameters

- `userId` integer, required

## Response `204`

The user was successfully removed from the project.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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