FieldEx Developer
developer notes

Delete Project

The ProjectDelete API allows you to delete an existing Project record.

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

Headers

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

Example Response

// 400 Response Code
{
    "message": "Unable to delete: Project is used in one or more Sites"
}