Skip to main content
Anchor to gateConfigurationDelete

gateConfigurationDelete

mutation

Requires write_gates access scope. Also: You must have write access to gates to delete gate configurations.

Deprecated. Gates API is being sunset and will be removed in a future version. Use metafields instead for gate configuration.

Deletes a gate configuration.

•GateConfigurationDeleteInput!
required

Specifies the gate configuration to delete by its ID.


Was this section helpful?

Anchor to GateConfigurationDeletePayload returnsGateConfigurationDeletePayload returns

Anchor to deletedGateConfigurationIddeletedGateConfigurationId
•ID

The ID of the deleted gate configuration.

•Shop!
non-null

The shop associated with the gate configuration.

•[GateConfigurationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?