Navigation :
Delete Contact
Deletes a work order contact.
Note: You can not delete a Work Order Manager.
URLs
Environment |
Method |
URL |
Sandbox |
|
https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/contacts/contact_id |
Production |
|
https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/contacts/contact_id |
Path Parameters
Parameter |
Type |
Example |
Notes |
work_order_id |
integer
|
1753 |
Work Order ID.
|
contact_id |
integer
|
610 |
Contact ID.
|
Query Parameters
Parameter |
Type |
Example |
Notes |
access_token |
string
|
abc123defg459hijk786lmn45 |
Required. |
Response
Returns the Work Order Response. Refer to Work Orders for parameter details and examples.
Errors
Standard HTTP and OAuth error codes.
Examples
400 Bad Request
Contact does not exist.
{
"status_code": 400,
"message": "(404) Contact does not exist by id 610"
}