Delete Category
Function
To delete current categories with open API
透過open API刪除分類
URL
DELETE API_DOMAIN/v1/categories/:category_id
Request Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| id *Required | String | Category ID 分類ID | |
JSON params example
{
"id": "5cdb9989e3880973adbe0f7e"
}Response Example
{
"message": "Success"
}{
"message": "Not Found"
}Updated 6 months ago
Did this page help you?
