---
title: "Remove service"
method: DELETE
path: "/services/{serviceID}"
tags: ["services"]
---

# Remove service

`DELETE /services/{serviceID}`

Removes a service added via POST /descriptors. Services from startup (proto path) cannot be removed.

## Path parameters

- `serviceID` string, required

## Response `204`

Service removed successfully

## Other responses

- `404` — Service not found (not added via REST or already removed)
- `500` — Internal Server Error

## Changes

> 20 revisions in range; 2 could not be searched.

- **2026-02-14** `c6b00acb83e0` — 1 info
  - endpoint added
- **2025-12-06** `8784e347c130` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bavix/apis/gripmock-api-schema/changes/services/:serviceID/delete.md)

---

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