Skip to main content
DELETE
/
teams
/
{team_id}
/
project-access
/
{project_id}
Remove project access for a team
curl --request DELETE \
  --url {schemes}://api.upsun.com/teams/{team_id}/project-access/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "code": 123,
  "detail": {},
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

team_id
string
required

The ID of the team.

project_id
string
required

The ID of the project.

Response

No Content