Skip to main content

pageTypeDelete Mutation

Deletes a page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
pageTypeDelete(
id: ID!
): PageTypeDelete

Arguments

pageTypeDelete.id ● ID! non-null scalar miscellaneous

ID of the page type to delete.

Type

PageTypeDelete object pages

Deletes a page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.