Delete a Project

DELETE /projects/:id

Permanently delete a project. It cannot be undone.

Attributes

No attributes

Returns

If a valid project id is passed and the project is deleted with success the response will return the following attributes, otherwise it will return an error.

code string

message string

id string
Unique identifier of the deleted project.

Sample response

{
  "code": "ok",
  "message": "Project deleted successfully",
  "id": "6627cb4d6f1f3e2d6cf414bb"
}