For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove an org team from a site

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

teamIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Responses
204

The team was not found in the site

No content

delete/orgs/{organizationId}/sites/{siteId}/permissions/teams/{teamId}

No content

Last updated

Was this helpful?

Powered by GitBook