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

# Delete a service

`DELETE /services/{serviceId}`

Deletes a service by its ID. Only authorized users with ownership rights can delete a service.

## Path parameters

- `serviceId` string, required

## Response `200`

Service deleted successfully.

- SuccessResponse
  - `status` string
  - `code` integer
  - `message` string

## Other responses

- `403` — User is not authorized to delete this service.
- `404` — Service not found.
- `500` — Internal server error while deleting the service.

## Changes

- **2024-10-17** `53644f0719aa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/services/:serviceId/delete.md)

---

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