Skip to content
OpenPostDocs
OpenPostDocs
Voice Profiles

Delete a Voice Profile

The Workspace default cannot be deleted. Assigned accounts return to Workspace inheritance.

DELETE/voice-profiles/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Voice Profile ID

Query Parameters

workspace_id*string

Workspace ID

expected_revision?integer

Revision loaded by the editor

Formatint64
Range1 <= value
confirm?boolean

Explicit deletion confirmation

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/voice-profiles/string?workspace_id=string"
{  "$schema": "https://example.com/api/v1/schemas/DeleteVoiceProfileOutputBody.json",  "deleted": true}