deletePrivateMetadata Mutation
Delete object's private metadata. To use it, you need to be an authenticated staff user or an app and have access to the modified object.
deletePrivateMetadata(
id: ID!
keys: [String!]!
): DeletePrivateMetadata
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
DeletePrivateMetadata
Delete object's private metadata. To use it, you need to be an authenticated staff user or an app and have access to the modified object.