Skip to main content
DELETE
/
teams
/
{team_id}
/
project-access
/
{project_id}
Error
A valid request URL is required to generate request examples
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

The ID of the team.

project_id
string
required

The ID of the project.

Response

No Content

Last modified on April 10, 2026