/api/playerwarps/deletePlayerWarpByID/{id}

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:

Last updated

Was this helpful?