Removing Customers

To remove a customer, use the RemovePartner parameter.

āŒ

Once a customer is removed, this cannot be undone. There is no way to undo the deletion of a customer.

🚧

You can remove only those customer that do not have any devices.

Required parameters

ParameterDescriptionSupported values
partnerIdThe ID of the Customer to remove<int> Integer

Sample request

{
    "id": "jsonrpc",
    "visa": "{{visa}}",
    "method": "RemovePartner",
    "jsonrpc": "2.0",
    "params": {
	"partnerId": 12345
    }
}

Sample response

{
    "id": "jsonrpc",
    "jsonrpc": "2.0",
    "result": null,
    "visa": "{{visa}}"
}

Did this page help you?