Skip to main content
DELETE
/
voices
/
v1
/
voices
/
{voiceId}
cURL
curl --location --request DELETE 'https://api.inworld.ai/voices/v1/voices/<voice-id>' \
--header 'Authorization: Basic <api-key>'
{}
Short URL Path: /workspaces/{workspace} is no longer required in the path for simplicity and clarity. When omitted, the workspace is derived from your API key. The previous URL with the full path /voices/v1/workspaces/{workspace}/voices/{voice} would continue to be supported.

Authorizations

Authorization
string
header
required

Your API key. Read permissions are required for GET endpoints. Write permissions are required for POST, PATCH, and DELETE endpoints.

For Basic authentication, please populate Basic $INWORLD_API_KEY

Path Parameters

voiceId
string
required

Voice ID of the voice to delete. Expected format: {workspace}__{voice}.

Pattern: [^/]+

Response

A successful response.

The response is of type object.