v18

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-111422448.7 KB
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"

organizationIdstring nullable

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