Skip to main content

deleteOrganization

Delete an organization (soft delete) Disables the organization instead of permanent deletion. The organization can be re-enabled later using enableOrganization. Requires delete permission on the organization.

deleteOrganization(
organizationId: String!
): Boolean!

Arguments

deleteOrganization.organizationId ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.