cURL
curl --request DELETE \ --url {schemes}://api.upsun.com/projects/{project_id}/team-access/{team_id} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>", "code": 123, "detail": {}, "title": "<string>" }
Removes the team from the current project.
A valid request URL is required to generate request examples
The ID of the project.
The ID of the team.
No Content