# /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**](https://docs.olziedev.com/projects/playerauctions/restapi/..#authentication) is required to access this endpoint.
