/api/playerauctions/deleteRecentAuctionByID/{id}
Delete a recent auctions by a auction ID.
{ "success": true, "message": "Recent auction removed." }
Last updated
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:
Authentication is required to access this endpoint.
Last updated