Documentドキュメント
ファイル削除
DELETE /blog/v1/file/delete
Parameters
Name | Type | Description |
---|---|---|
id | 文字列 | [必須] 対象ブログのドメイン (ブログID) |
file_id | 数値 | [必須] ファイルID |
Response
Status: 200 OK
{
"json": {
"result": "ok",
"message": "画像.jpg を削除しました",
"data": null
}
}