Skip to main content
Version: 3.x

pageAttributeUnassign

Unassign attributes from a given page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
pageAttributeUnassign(
attributeIds: [ID!]!
pageTypeId: ID!
): PageAttributeUnassign

Arguments

pageAttributeUnassign.attributeIds ● [ID!]! non-null scalar

The IDs of the attributes to unassign.

pageAttributeUnassign.pageTypeId ● ID! non-null scalar

ID of the page type from which the attributes should be unassign.

Type

PageAttributeUnassign object

Unassign attributes from a given page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.

Was this page helpful?