This is documentation for an unreleased version. For the latest API, see version 2.5.
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.
TypedDict counterpart of
RequestDeleteInputfor 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.