Skip to main content
DELETE
/
invocations
/
{invocation_id}
{
  "message": "<string>",
  "restate_code": "<string>"
}

Path Parameters

invocation_id
string
required

Invocation identifier.

Query Parameters

mode
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