> For the complete documentation index, see [llms.txt](https://docs.olziedev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.olziedev.com/projects/playerauctions/restapi/endpoints/delete/deleterecentauctionbyid.md).

# /api/playerauctions/deleteRecentAuctionByID/{id}

* **Parameters:**
  * `id`: The ID of the recent auction to delete.
* **Response:**

  The response will return a JSON object with the following structure:

  ```json
  {
    "success": true,
    "message": "Recent auction removed."
  }
  ```

  **Note:**

  * [**Authentication**](/projects/playerauctions/restapi.md#authentication) is required to access this endpoint.
