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_technician
To prevent loss of data, only one technician may deleted at a time, and the technician ID ust be a valid technician ID. No wildcards are accepted.
Input Variable Input Value Description
uid String value Required Technician ID to delete.

Output Variable URL Encoded Description
deleted_technician No Technician ID that was deleted.
Example Usage
http://localhost/API/default.aspx?key=your key here&action=delete_tech&uid=guest
Example Response
XML:
<?xml version="1.0"?>
<response>
    <deleted_technician>guest</deleted_technician>
</response>
JSON:
{
	"response": [
		{
			"deleted_technician" : "guest"
		}
	]
}
URL DELIMITED:
deleted_technician=guest