Skip to main content
DELETE
/
projects
/
{id}
curl -X DELETE http://localhost:3000/api/v1/projects/clxyz456 \
  -H "Authorization: Bearer <token>"
{
  "message": "Project deleted successfully"
}

Path Parameters

id
string
required
Project ID.
curl -X DELETE http://localhost:3000/api/v1/projects/clxyz456 \
  -H "Authorization: Bearer <token>"
{
  "message": "Project deleted successfully"
}