The DELETE /environments/{{envID}}/apiServers/{{apiServerID}} operation deletes the API server endpoint specified by its ID in the request URL.
DELETE /environments/{{envID}}/apiServers/{{apiServerID}}
When successful, the DELETE request returns a code 204 No Content message.
DELETE
204 No Content