フォルダー削除 Tier 4
DELETE/api/folders/:idCopied!
フォルダーを削除します。
例
ts
await client.folders.delete("DX1234567890ABCD");bash
youvico folder delete --id DX1234567890ABCD --yesbash
curl -X DELETE 'https://api.youvico.com/api/folders/DX1234567890ABCD' \
-H 'Authorization: Bearer YOUR_API_KEY'リクエスト
パス
idstringrequired フォルダーID
レスポンス
204 No Content を返します。