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