Skip to main content
Version: Next

RequestDeleteInputDict

TypedDict counterpart of RequestDeleteInput for deleting requests from a request queue.

The TypedDict cannot enforce "at least one of id/unique_key" — that check still happens at the Pydantic-model level when dicts are validated at call time.

Index

Properties

Properties

id

id: NotRequired[str | None]

A unique identifier assigned to the request.

unique_key

unique_key: NotRequired[str | None]

A unique key used for request de-duplication.

Page Options