---
title: "Delete Category"
method: DELETE
path: "/categories/{id}"
tags: ["Categories"]
---

# Delete Category

`DELETE /categories/{id}`

To delete current categories with open API<br>透過open API刪除分類

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `message` string

## Other responses

- `404` — Category not found error
- `500` — Server error

---

[API](https://skmtc.dev/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.dev/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
