폴더 삭제 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를 반환합니다.