Delete Gateway
DELETE {{apiPath}}/environments/{{envID}}/gateways/{{gatewayID}}
The following sample shows the DELETE /environments/{{envID}}/gateways/{{gatewayID}}
operation to delete the gateway resource specified by its ID in the request URL.
When successful, the DELETE
request returns a code 204 No Content
message.