Delete a team
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$teamIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
204
The team did not exist in the organization.
No content
205
The team was deleted from the organization.
delete/orgs/{organizationId}/teams/{teamId}
No content
Last updated
Was this helpful?