LotsEndpoint
api.lots.create
api.lots.delete
api.lots.get
api.lots.get_overrides
api.lots.update
DELETE /Lot/{id} — Catalog
DELETE /Lot/{id}
Python
api.lots.delete(lot_id: int) -> None
CLI
ab lots delete <lot_id>
Delete a lot.
Args: lot_id: Lot identifier.
No response body.
← Back to api.lots