API reference · Access Control & Users v1
DELETE/api/v1/teams/bulk

Bulk delete teams

Deletes many teams using {team_ids} payload.

RBAC · team

Request body

Content type: application/json · schema AccessTeamBulkDeleteBodyV1

team_idsarray of stringRequired
min items 1
itemsstring <uuid>

Response codes

204
Operation completed with no response body.
400
Validation failed (payload/query/path parsing).
401
API key missing/invalid or key user not found.
403
RBAC denied for team:delete.
500
Unexpected controller/service failure.