SEORule.deleteMultiple (Method)

Deletes one or more specified SEO rules.

Returns:

MultipleOperationResult (struct)

Each row of the returned query results has the following fields:

Field Name Type Description
otherError NonNegativeInteger The number of items whose operation failed for non-security reasons.
securityError NonNegativeInteger The number of items whose operation failed because of security restrictions.
success NonNegativeInteger The number of items where the operation was successful.

Arguments:

Name Type Required Description
reportingGroupID SEOReportingGroupID Required The ID of the reporting group.
ruleIDList SEORuleIDList Required A comma delimited list of one or more unique SEO rule identifiers to delete.

Context:

License Requirements SEO
Permission Requirements SEOReportingGroup:ManageRules
Deny Context None
Require Context AuthoringEnabled
Author Lock  

Error Codes:

None

Notes:

None