Invoke a DELETE method on an application
DELETE/v1.0/invoke/:appId/method/:methodName
This endpoint lets you invoke a HTTP DELETE method on another application.
Request
Path Parameters
appId stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
methodName stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
Responses
- 200
- 400
- 403
- 500
OK.
Method name not given.
Invocation forbidden by access control.
Request failed.
Loading...