Skip to main content

deleteMetadata Mutation

Delete metadata of an object. To use it, you need to have access to the modified object.

deleteMetadata(
id: ID!
keys: [String!]!
): DeleteMetadata
Show return type

Arguments

id ● ID!

ID or token (for Order and Checkout) of an object to update.

keys ● [String!]!

Metadata keys to delete.

Type

DeleteMetadata

Delete metadata of an object. To use it, you need to have access to the modified object.