Example 01 $ curl -X "DELETE" https://apiman.local/apiman-gateway/test-app/application/1.0/delete/99?apikey=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
<html><head><title>Error</title></head><body>Internal Server Error</body></html>
Example 02 $ curl -H "Content-Type: application/json" -X "DELETE" https://apiman.local/apiman-gateway/test-app/application/1.0/delete/99?apikey=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
[ { "return": "OK" } ]