/api/playerauctions/deleteRecentAuctionByID/{id}

Delete a recent auctions by a auction ID.

  • Parameters:

    • id: The ID of the recent auction to delete.

  • Response:

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

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

    Note:

Last updated

Was this helpful?