Remove an org team from a space
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
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 space
No content
205
The team has been removed from the space
400
Team does not have access to space
application/json
delete/spaces/{spaceId}/permissions/teams/{teamId}
No content
Last updated
Was this helpful?