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 -g --request DELETE 'https:///v2/api/project/0' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "Project deleted successfully.",
"data": {
"id": 151,
"created_by": "[email protected]",
"created_on": "2024-10-22T00:43:29.531995Z",
"modified_by": "[email protected]",
"modified_on": "2024-10-22T00:43:29.532010Z",
"project_name": "Sample Project Name Updated",
"team_visibility": false,
"is_deleted": true,
"team": 1
}
}