DELETE/project
Delete a project
You can only delete projects that are not started yet. (status with either 'new' or 'read_to_start')
Parameters
Body JSON
token:
required
string
You need access token to call this endpoint. You can retrieve it by calling /auth/login endpoint. Tokens are expired in 24 hours for security reasons.
id:
required
string
Id of the project to be deleted
Example Response
{
"status": "success",
"code": 200
],
"msg": "Project deleted"
}