api.lots.delete

DELETE /Lot/{id} — Catalog

Python

api.lots.delete(lot_id: int) -> None

CLI

ab lots delete <lot_id>

Delete a lot.

Args: lot_id: Lot identifier.

Response

No response body.


← Back to api.lots