---
title: "Delete a user from a project"
method: DELETE
path: "/projects/{projectID}/users/{userID}"
tags: ["sharing"]
---

# Delete a user from a project

`DELETE /projects/{projectID}/users/{userID}`

Delets a user from a project. The user won't have access to the project anymore.

## Path parameters

- `projectID` integer, required
- `userID` integer, required

## Response `200`

The user was successfully removed from the project.

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `403` — The user does not have access to the project
- `404` — user or project does not exist.
- `500` — Internal error

---

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