# /api/playerwarps/deletePlayerWarpByName/{warpname}

* **Parameters:**
  * `warpname`: The name 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**](https://docs.olziedev.com/projects/playerwarps/restapi/..#authentication) is required to access this endpoint.
