Metafield Namespace Delete Payload
Return type for the mutation.
Anchor to FieldsFields
- deletedNamespace (MetafieldNamespace)
- userErrors ([UserError!]!)
- Anchor to deletedNamespacedeleted•Metafield
Namespace Namespace - Anchor to userErrorsuser•[User
Errors Error!]! non-null List of errors that occured while executing the mutation.
Anchor to Mutations with this payloadMutations with this payload
- metafieldNamespaceDelete (MetafieldNamespaceDeletePayload)
- •mutation
Destroy a Namespace and remove any shared Access. MetafieldDefinitions shared to the Namespace will not be deleted, but their association with the namespace will be removed.
- Anchor to identifieridentifier•Custom
Data Key Pair Input! required This argument accepts an object that consists of a
keyand an optionalnamespace. Thekeyis a mandatory attribute that represents a specific element within a namespace. Thenamespaceattribute, if provided, should be a period-delimited string representing the hierarchical path to the desired namespace. This is applicable in cases where the desired namespace is nested within other namespaces. In the absence of a providednamespace, the system will default to the client's implicit, reserved namespace.
Arguments