Skip to content

フォルダー削除 Tier 4

DELETE/api/folders/:idCopied!

フォルダーを削除します。

ts
await client.folders.delete("DX1234567890ABCD");
bash
youvico folder delete --id DX1234567890ABCD --yes
bash
curl -X DELETE 'https://api.youvico.com/api/folders/DX1234567890ABCD' \
  -H 'Authorization: Bearer YOUR_API_KEY'

リクエスト

パス

idstringrequired
フォルダーID

レスポンス

204 No Content を返します。