---
title: "Revoke Project Access"
method: DELETE
path: "/v1/projects/{projectID}/access/{teamID}"
tags: ["Projects"]
---

# Revoke Project Access

`DELETE /v1/projects/{projectID}/access/{teamID}`

Revokes a team's access to the project. The requester must be an admin
of the owning team or an admin of its organization. The owning team's
implicit access cannot be revoked through this endpoint.

## Path parameters

- `projectID` string, uuid, required
- `teamID` string, uuid, required

## Response `204`

Access revoked successfully (No Content)

## Other responses

- `400` — Invalid project or team id
- `401` — Unauthorized
- `403` — Forbidden (requester is not an admin of the owning team or org)
- `404` — Project or access grant not found
- `500` — Internal Server Error

---

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