# `api.documents.hide` > `PUT /documents/hide/{docId}` — ACPortal **Python** ```python api.documents.hide(doc_id: int) -> None ``` **CLI** ```bash ab documents hide ``` ``PUT /documents/hide/{docId}`` — hide a document from listings. Args: doc_id: Numeric document identifier (``Document.id``). ## Response No response body. --- [← Back to api.documents](../documents.md)