Voices

Delete Voice

Delete voice with the given id.

DELETE
/v1/voices/{voice_id}

Authorization

papla-api-key<token>

Api key, that can be generated from the app dashboard

In: header

Path Parameters

voice_idRequiredVoice Id

Id of the voice to be deleted

Default: ""Format: "uuid"
curl -X DELETE "https://api.papla.media/v1/voices/{{voice_id}}" \
    -H "papla-api-key: <token>"

Successful Response