Voice
Delete Voice
Delete a custom voice by voiceId.
DELETE
/
sound_clone
/
api
/
v1
/
voices
/
{id}
Header
Path
curl --location --request DELETE 'https://api.myvocal.ai/sound_clone/api/v1/voices/7812' \
--header 'accessKey: xxx' \
--header 'Content-Type: application/json'
{
"code": 1,
"message": "Success",
}
Header
accessKey
string
requiredYou can copy your api-key on https://www.myvocal.ai/profile after you have subscribed to Pro or Business Plan.
Path
id
string
requiredYour voiceId
Response
code
number
Indicates whether the call was successful. 1 if successful.
message
string
When an exception occurs, specific exception information will be provided in the message.
curl --location --request DELETE 'https://api.myvocal.ai/sound_clone/api/v1/voices/7812' \
--header 'accessKey: xxx' \
--header 'Content-Type: application/json'
{
"code": 1,
"message": "Success",
}