The markLimitDeleted() GraphQL mutation is used to set a limits deleted mark.

For more information on query quotas, see the Query Quotas documentation page. You may also want to look at Limits & Standards for related information.

Syntax

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

graphql
markLimitDeleted(
     input: MarkLimitDeletedInput!
   ): boolean!

Given Datatypes

For the given datatype, MarkLimitDeletedInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: MarkLimitDeletedInput

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 19, 2024
deletedbooleanyes Whether the input was deleted.
limitNamestringyes The name of the limit.