Delete Application
DELETE {{apiPath}}/environments/{{envID}}/applications/{{appID}}
To delete an application resource, you need to specify the environment ID and the application resource ID. The DELETE /environments/{{envID}}/applications/{{appID}}
operation deletes the identified application resource.
For successful delete operations, a 204 NO CONTENT
message is returned by the request.