Delete Voice
Delete a custom voice from your workspace.
DELETE
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
idstringrequiredThe unique identifier of the voice to delete.
Response Fields
successbooleanWhether the deletion was successful.
{
"success": true
}