> ## Documentation Index
> Fetch the complete documentation index at: https://docs-restapi.wplimit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Service

> Delete a service. Cannot delete services with associated bookings.

## Example Request

```bash theme={null}
DELETE /wp-json/latepoint-api/v1/services/1
X-API-Key: YOUR_API_KEY
```

## Response Example

```json theme={null}
{
  "success": true,
  "message": "Service deleted successfully"
}
```
