Remove an org team from a site
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
teamIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
204
The team was not found in the site
No content
205
The team has been removed from the site
delete/orgs/{organizationId}/sites/{siteId}/permissions/teams/{teamId}
No content
Last updated
Was this helpful?