API reference · Access Control & Users v1
DELETE/api/v1/teams/{id}

Delete team

Deletes a team by team UUID.

RBAC · team

Path parameters

idstring <uuid>Required
Team UUID from teams.team_id.

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.