FieldEx Developer
developer notes

Delete Project Contacts

The ProjectContactDelete API allows you to delete an existing project contact record.

Method API Endpoint
DELETE {{endpoint}}/api/ext/contacts/{id}

Headers

Key Value
Content-Type Application/json
Authorization Bearer{{token}}

Example Response

// 200 Response Code 

{
    "message": "Contact deleted with ID: 6",
    "newRecordId": null,
    "tripId": null,
    "task": null,
    "uuid": null,
    "driverOrderTripVM": null
}