---
title: "Remove a service from a namespace"
method: DELETE
path: "/api/v1alpha/namespaces/{namespace}/services/{service}"
tags: ["Namespaces"]
---

# Remove a service from a namespace

`DELETE /api/v1alpha/namespaces/{namespace}/services/{service}`

Removes the service from the deployed_services table.

## Path parameters

- `namespace` string, required
- `service` string, required

## Response `204`

Service removed

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - requires MANAGE_CI

---

[API](https://skmtc.net/hail-is/apis/hail-ci-service.md) · [All operations](https://skmtc.net/hail-is/apis/hail-ci-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-ci-service/versions/37d6dddb7b5a/schema)
