There are 2 endpoints available to the user that allow to delete project:
DELETE /v2/projects/project/{project_code} - main endpoint to delete a Project
POST /v2/projects/delete/{project_code} - legacy endpoint for clients that do not support DELETE method
Accepted parameters:
project_code- Code of the project to delete
Responses: