API Stability Deprecated

The removeSizeBasedRetentionForAllOrganizations() GraphQL mutation is a temporary mutation to remove all size based retention for all organizations. It's deprecated and no longer used. It will be removed in version 1.201.

Syntax

Below is the syntax for the removeSizeBasedRetentionForAllOrganizations() mutation field:

graphql
removeSizeBasedRetentionForAllOrganizations: [string!]!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  removeSizeBasedRetentionForAllOrganizations
}

There are no special datatypes for this mutation field.