---
title: "Delete a team from a project"
method: DELETE
path: "/projects/{projectID}/teams/{teamID}"
tags: ["sharing"]
---

# Delete a team from a project

`DELETE /projects/{projectID}/teams/{teamID}`

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

## Path parameters

- `projectID` integer, required
- `teamID` integer, required

## Response `200`

The team was successfully deleted.

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

## Other responses

- `403` — The user does not have access to the project
- `404` — Team 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)
