Documentドキュメント
カテゴリ削除
DELETE /blog/v1/category/delete
Parameters
Name | Type | Description |
---|---|---|
id | 文字列 | [必須] 対象ブログのドメイン (ブログID) |
category_id | 数値 | [必須] カテゴリID |
Response
Status: 200 OK
{
"json": {
"result": "ok",
"message": "カテゴリーを削除しました",
"data": null
}
}