client.archive
Use this method to archive a client.
1 <?xml version="1.0" encoding="utf-8" ?>
2
3 <!--authentication token is placed in your account-->
4 <Request authtoken="YOUR-AUTHENTICATION-TOKEN">
5
6 <Action type="client" method="archive">
7
8 <!--Mandatory - client key-->
9 <ClientId>128</ClientId>
10
11 </Action>
12
13 </Request>
|