rbsDeleteFilterPolicy

Remove a filter policy definition. Either a name or a procedure name must be specified.

Location

/services/webservices/system/util/security/operations/

Request Element

name: The name of the filter policy, in one of two forms:

name: If a name element is specified, the filter policy to delete is identified by short name.
procedureName: If a procedureName element is specified, the filter policy to delete is identified by the path of the implementing procedure.

Response Elements

N/A

Faults

NotFound: If the specified filter policy does not exist

Security: If user is not member of the admin group, or else lacks ACCESS_TOOLS, READ_ALL_CONFIG and MODIFY_ALL_CONFIG.