Deletes the project associated with the supplied uuid
Errors
-
401
Unauthorized
-
403
Read Denied - if the user is not allowed to delete this project
-
404
Record Not Found - returned if the company with the specified UUID is not found
-
404
Record Not Found - returned if the project with the specified UUID is not found
Example
DELETE /api/1/projects/f40cdc1b-c68b-4cdb-82a5-637c9e12b3ae
200