---
title: "Delete a service"
method: DELETE
path: "/service/{id}"
tags: ["service"]
---

# Delete a service

`DELETE /service/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

## Other responses

- `403` — Forbidden
- `404` — Service not found
- `500` — Service deletion failed

## Changes

- **2024-09-03** (v1) `5b32623f4b87` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cilium/apis/cilium-api/changes/service/:id/delete.md)

---

[API](https://skmtc.dev/cilium/apis/cilium-api.md) · [All operations](https://skmtc.dev/cilium/apis/cilium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cilium/cilium-api/revisions/5b32623f4b87/schema)
