Overview
Deleting a contact for the customer.
Deleting a contact for the customer.
URL Format
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/customer/{customerId}/contact/{contactId}/delete.html?token=XXXXXXXX&userId={userId}
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/customer/{customerId}/contact/{contactId}/delete.html?token=XXXXXXXX&userId={userId}
Example
| clientId required |
MobiWork assigned unique ID of the company |
| versionNumber required |
Version number of MobiWork API SDK release. Current version is: 10.0.78 |
| token required |
Part of URL as a request parameter and is required in every call to verify access to API calls |
| customerId required |
Specified in the URL, the identifier of the customer's Id |
| contactId required |
Specified in the URL, the identifier of the contact to be deleted |
| userId optional |
If provided, this User ID will be taken as a logged in user. If not provided we use an active global administrator ID |
Return
Returns a delete success message if valid arguments are provided. Returns an error if not a valid request.
Returns a delete success message if valid arguments are provided. Returns an error if not a valid request.
Request Body XSD
None
None
Response Body XSD
Curl Example
| HTTP Method: | POST |
| Request: | |
| Response: |