ProjectsDeleteById - maxkunitsa/timeTracker GitHub Wiki

#Deleting a project

Deletes specific project by id.

Note: Authentication required

DELETE    /projects/{project-id}

-- #####Path Parameters

Name Description
project-id Id of the project

-- #####Response Example (success)

null

-- #####Response Example (error)

{
  "message": "Project with 563f196764cb5c935dd4bec6 id does not exists"
}