Keywords.delete (Method)

Deletes a keyword from a subsite's scope. The scope is defined in this method's 'subsiteScope' argument.

Returns:

Void

Arguments:

Name Type Required Description
keyword Keyword_Existing Required A keyword.
subsiteScope SubsiteScopeFilter Optional. Defaults to '#Request.Constants.SUBSITE_SCOPE_CURRENT#'. String containing the subsite's scope; for example, 'ALL', 'CURRENT', 'CURRENT_AND_ABOVE', and so on.

Context:

License Requirements Keywords
Permission Requirements subsite:ManageSubsiteKeywords
Deny Context None
Require Context AuthoringEnabled
Author Lock (not required)
Transaction Logging If transaction logging is enabled at the site level, calls to this method will be logged
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None