Skip to main content

deleteTeam

Delete a team. Requires the 'manage_group' team permission (app admins bypass). DESTRUCTIVE: cascades to members, roles, and any grid grants the team conferred, and recomputes the effective grid ACL for affected grids. Returns true on success.

deleteTeam(
groupId: BigInt!
idempotencyKey: String
): Boolean!

Arguments

deleteTeam.groupId ● BigInt! non-null scalar

The team to delete.

deleteTeam.idempotencyKey ● String scalar

Optional idempotency key. Recommended for retries: replaying with the same key and identical arguments returns the first result instead of re-applying; the same key with different arguments returns IDEMPOTENCY_CONFLICT. Keys expire after 24h.

Type

Boolean scalar

The Boolean scalar type represents true or false.