Projects
Revoke Project Access
Revokes a team's access to the project. The requester must be an admin of the owning team or an admin of its organization. The owning team's implicit access cannot be revoked through this endpoint.
delete/v1/projects/{projectID}/access/{teamID}
Path parameters
projectIDstring uuid required
The ID of the project.
teamIDstring uuid required
The ID of the team whose access is being revoked.
Response
Access revoked successfully (No Content)