cURL
curl --request DELETE \ --url https://supertoneapi.com/v1/custom-voices/{voice_id} \ --header 'x-sup-api-key: <api-key>'
{ "status": "error", "message": { "message": "Invalid API Key", "error": "Unauthorized", "statusCode": 401 } }
ユーザーが登録したボイスを削除します。
https://supertoneapi.com/v1/custom-voices/{voice_id}
Voice deleted successfully