> For the complete documentation index, see [llms.txt](https://docs.olziedev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/delete/deleteplayerwarpbyid.md).

# /api/playerwarps/deletePlayerWarpByID/{id}

* **Parameters:**
  * `id`: The ID of the warp to delete.
* **Response:**

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

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

  **Note:**

  * [**Authentication**](/projects/playerwarps/restapi.md#authentication) is required to access this endpoint.
