Skip to main content

Delete empty project

DELETE
/projects/{id}

Deletes the project only when it contains no tasks.

Contract

Parameter
Value
Sectionprojects
AuthenticationCookieAuth
Consumesnot required
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
idpathyesintegerProject ID

Responses

5 responses

Status
Description
Type
200
Project deletedno body
400
Invalid IDobject
401
Unauthorizedobject
409
Project contains tasksobject
500
Internal server errorobject
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }