Skip to content

Remove all organization roles for a team

DELETE
/orgs/{org}/organization-roles/teams/{team_slug}

Removes all assigned organization roles from a team. For more information on organization roles, see “Using organization roles.”

The authenticated user must be an administrator for the organization to use this endpoint.

OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

API method documentation

org
required
string

The organization name. The name is not case sensitive.

team_slug
required
string

The slug of the team name.

Response