cURL
curl --request DELETE \ --url https://api.example.com/v1/voices/{voice_id} \ --header 'X-API-KEY: <api-key>'
{ "code": 100, "data": null, "message": "<string>" }
Delete voice by id
Successful Response
Was this page helpful?