Purpose: This method used to delete the customers in Apptivo. Request URL: https://api.apptivo.com/app/dao/v6/customers?a=delete&customerId={DELETE_DATA}&apiKey=API_KEY&accessKey=ACCESS_KEY Request Parameters: Parameter Data Type Description BaseURL/td> – https://api.apptivo.com/app/dao/v6/customers a – delete customerId – The id of the customer which we want to delete. apiKey* String Apptivo API Key accessKey* String Apptivo Access Key * – Mandatory parameters Output: This will return the number of customers deleted with JSON format. Sample API https://api.apptivo.com/app/dao/v6/customers?a=delete&customerId=1110127&apiKey=ZMQYFZTzBXAW-DoPSURDtNVBUEY-518d51ae-ab26-4c04-9f7b-8d26a586e90e&accessKey=SqQxOzQZDvUT-fTsOrItIVDUGyV-5c90b8a3-4683-4145-8584-1ed40de970b9 Sample Response {"numRowsDeleted":1} deleteCustomer was last modified: January 21st, 2019 by Grace Douglus