project_id.project_id (path parameter): The unique identifier of the project you want to delete.project_id, follow this guide:is_deleted flag is set to true, marking it as removed.modified_by and modified_on is updated for traceability.curl --location --request DELETE '/v2/api/project/'{
"success": true,
"message": "Project deleted successfully.",
"data": {
"id": 151,
"created_by": "user@example.com",
"created_on": "2024-10-22T00:43:29.531995Z",
"modified_by": "user@example.com",
"modified_on": "2024-10-22T00:43:29.532010Z",
"project_name": "Sample Project Name Updated",
"team_visibility": false,
"is_deleted": true,
"team": 1
}
}