Skip to main content

instanceAttributeUnassign

Unassign the specified attribute from an instance.

instanceAttributeUnassign(
attributeId: ID!
custom: Boolean!
instanceId: ID!
): InstanceAttributeUnassign

Arguments

instanceAttributeUnassign.attributeId ● ID! non-null scalar

ID of the attribute you wish to remove from the instance.

instanceAttributeUnassign.custom ● Boolean! non-null scalar

True if removing a custom field attribute, false if removing a product or variant attribute.

instanceAttributeUnassign.instanceId ● ID! non-null scalar

ID of a product, variant, user, category, or collection.

Type

InstanceAttributeUnassign object

Unassign the specified attribute from an instance.

Was this page helpful?