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

# Delete a service

`DELETE /services/{id}`

Soft delete a service.

## Prerequisites

- Service must not be paid

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Response `204`

Service deleted successfully

## Other responses

- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found
- `409` — Cannot delete - service is paid

---

[API](https://skmtc.net/mvmnt/apis/mvmnt-api.md) · [All operations](https://skmtc.net/mvmnt/apis/mvmnt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mvmnt/mvmnt-api/versions/c44e5e7a4256/schema)
