メインコンテンツへスキップ
POST
/
uninstall_library
/
{library_uuid}
Uninstall Library
curl --request POST \
  --url https://api.example.com/uninstall_library/{library_uuid}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

パスパラメータ

library_uuid
string
必須

音声ライブラリのID

レスポンス

Successful Response

最終更新日 2026年5月27日