---
title: "Delete app service"
method: DELETE
path: "/api/v1/apps/services/{service_id}"
tags: ["Raff Apps"]
---

# Delete app service

`DELETE /api/v1/apps/services/{service_id}`

Delete an app service. Deletion is asynchronous; the name and URL are
released once it completes.

## Path parameters

- `service_id` string, required

## Response `200`

Deletion accepted

- object
  - `success` boolean
  - `accepted` boolean

## Other responses

- `401` — Authentication required
- `404` — Resource not found

---

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