# `api.lots.delete` > `DELETE /Lot/{id}` — Catalog **Python** ```python api.lots.delete(lot_id: int) -> None ``` **CLI** ```bash ab lots delete ``` Delete a lot. Args: lot_id: Lot identifier. ## Response No response body. --- [← Back to api.lots](../lots.md)