invocation
Delete an invocation
Use kill_invocation/cancel_invocation/purge_invocation instead.
delete/invocations/{invocation_id}
Path parameters
invocation_idstring required
Invocation identifier.
Query parameters
mode'Cancel' | 'Kill' | 'Purge' nullable
If cancel, it will gracefully terminate the invocation. If kill, it will terminate the invocation with a hard stop. If purge, it will only cleanup the response for completed invocations, and leave unaffected an in-flight invocation.
Response
Accepted