v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14208295.3 KB

Ends a given Amazon QLDB journal stream. Before a stream can be canceled, its current status must be ACTIVE.

You can't restart a stream after you cancel it. Canceled QLDB stream resources are subject to a 7-day retention period, so they are automatically deleted after this limit expires.

delete/ledgers/{name}/journal-kinesis-streams/{streamId}

Path parameters

namestring required

The name of the ledger.

streamIdstring required

The UUID (represented in Base62-encoded text) of the QLDB journal stream to be canceled.

Response

Success

StreamIdstring

The UUID (Base62-encoded text) of the canceled QLDB journal stream.