Skip to main content
DELETE
Delete an invocation

Path Parameters

invocation_id
string
required

Invocation identifier.

Query Parameters

mode
null | enum<string>

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.

Available options:
Cancel,
Kill,
Purge

Response

Accepted