Organization Management

Remove Organization Team

Remove a team from an organization

post/auth/organization/remove-team

Request body

teamIdstring required

The team ID of the team to remove. Eg: "team-id"

{"stackTrail":"paths:/auth/organization/remove-team:post:requestBody:content:application/json:schema:properties:organizationId","oasType":"schema","type":"unknown","description":"The organization ID which the team falls under. If not provided, it will default to the user's active organization. Eg: \"organization-id\""}

Response

Team removed successfully

message'Team removed successfully.' required

Confirmation message indicating successful removal

Changes