Copy for LLMOn this pagepageTypeDelete MutationDeletes a page type. Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission. pageTypeDelete( id: ID!): PageTypeDelete Detailstype PageTypeDelete { pageErrors: [PageError!]! @deprecated errors: [PageError!]! pageType: PageType} Arguments id ● ID! ID of the page type to delete. Type PageTypeDelete Deletes a page type. Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.