This operation rejects a pending operation, preventing it from being executed. The pending operation ID can be retrieved by calling the List pending operations operation. Only the wallet owner principal can reject pending operations. For unpaired agent-owned wallets, the same agent principal is also the wallet owner. Optionally supply reason (max 500 characters) to record why the operation was rejected.
The unique identifier of the pending operation to reject. Obtain this ID from the List pending operations operation.
Reject payload for pending operation.
An optional reason for rejecting this operation. Max 500 characters.
500Successful Response
Action response for approve/reject endpoints.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.