Delete an invocation
DELETE/invocations/:invocation_id
Delete the given invocation. By default, an invocation is terminated by gracefully cancelling it. This ensures virtual object state consistency. Alternatively, an invocation can be killed which does not guarantee consistency for virtual object instance state, in-flight invocations to other services, etc. A stored completed invocation can also be purged
Request
Responses
- 202
- 400
- 403
- 404
- 409
- 500
- 503
Accepted