teams
Remove a project from a team
Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. This endpoint removes the project from the team, but does not delete the project.
Note: You can also specify a team by org_id and team_id using the route DELETE /organizations/{org_id}/team/{team_id}/projects/{project_id}.
delete/orgs/{org}/teams/{team_slug}/projects/{project_id}
Path parameters
orgstring required
The organization name. The name is not case sensitive.
team_slugstring required
The slug of the team name.
project_idinteger required
The unique identifier of the project.
Response
Response