cURL
curl --request DELETE \ --url https://app.octomind.dev/api/apiKey/v2/test-targets/{testTargetId}/environments/{environmentId} \ --header 'X-API-Key: <api-key>'
deletes an enviroment. this operation is not reversable.
ID of the test target to which the test report belongs to
ID of the environment to update
Environment deleted successfully