Request Packet Structure
A request XML packet removing a delegation rule includes the del-delegation-rule operation node:
<packet version="1.5.2.0">
<sso>
<del-delegation-rule>
...
</del-delegation-rule>
</sso>
</packet>
The del-delegation-rule node is presented by type SSODelDelegationRuleInput (sso.xsd), and its graphical representation is as follows:

- The sp-id node is required. It specifies ID of a specific service provider. A user of the SP (specified by sp-login) will be deprived of Plesk user's (specified by plesk-login) access to Plesk resources. Data type: string.
- The sp-login node is required. It specifies the login of the SP user. Data type: string.
- The plesk-login node is required. It specifies the login of the Plesk user. Data type: string.