/api/playerwarps/deletePlayerWarpByID/{id}
Delete a player’s warp by a warp ID.
{ "success": true, "message": "Warp removed." }
Last updated
Delete a player’s warp by a warp ID.
Parameters:
id: The ID of the warp to delete.
Response:
The response will return a JSON object with the following structure:
{
"success": true,
"message": "Warp removed."
}Note:
Authentication is required to access this endpoint.
Last updated