Use this request to delete a specific project, you need the project ID as a unique identifier:
curl -i -X DELETE \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/projects/<your-project-id>'
A successful response may return 204 as the HTTP Status Code.