/api/playerwarps/deletePlayerWarpByName/{warpname}

Delete a player’s warp by a warp name.

  • Parameters:

    • warpname: The name of the warp to delete.

  • Response:

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

    {
      "success": true,
      "message": "Warp removed."
    }

    Note:

Last updated

Was this helpful?