cURL
curl --request PATCH \ --url https://api.example.com/invocations/{invocation_id}/purge-journal
{ "message": "<string>", "restate_code": "<string>" }
Deletes only the journal entries for a completed invocation, while retaining its metadata. This operation only applies to invocations that have already completed.
Invocation identifier.
Invocation journal purged successfully, metadata retained
Was this page helpful?