---
title: "Revoke access to project by code"
method: DELETE
path: "/project/{code}/access"
tags: ["projects"]
---

# Revoke access to project by code

`DELETE /project/{code}/access`

This method allows to revoke access to a specific project.

## Path parameters

- `code` string, required

## Request body

- ProjectAccess
  - `member_id` integer — Team member id title.

## Response `200`

Result of operation.

- Response
  - `status` boolean

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `422` — Unprocessable Entity.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
