Untitled Page
API Overview
Example
Customers  
Companies  
Technicians  
Technician Groups  
Tickets  
Ticket History  
Ticket Attachments  
Billing Line Items  
Billing Invoices  
Time Tracking  
Knowledge Base Articles  
Scheduling  
Asset Managements  
 
delete_customer
To prevent loss of data, only one customer may deleted at a time, and the customer ID ust be a valid customer ID. No wildcards are accepted.
Input Variable Input Value Description
cid String value Required Customer ID to delete.

Output Variable URL Encoded Description
deleted_customer No Customer ID that was deleted.
Example Usage
http://localhost/API/default.aspx?key=your key here&action=delete_customer&cid=demo
Example Response
XML:
<?xml version="1.0"?>
<response>
    <deleted_customer>demo</deleted_customer>
</response>
JSON:
{
	"response": [
		{
			"deleted_customer" : "demo"
		}
	]
}
URL DELIMITED:
deleted_customer=test