This HTTP DELETE request is used to delete a specific user voice with the provided ID.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
The id is obtained by api/v1/userVoice/training.
Example:65aa31b355a7b3c115eb5e3f
Request samples
curl --location --request DELETE 'https://video.a2e.ai/api/v1/userVoice/65aa31b355a7b3c115eb5e3f'
Responses
application/json {
"code": 0,
"data": {}
}
Modified at 2025-06-23 08:07:52