Skip to main content
DELETE
/
organization
/
voices
/
{voice_id}
/
speaker_verification
/
evidences
/
{id}
Destroy
curl --request DELETE \
  --url https://api.beyondwords.io/v1/organization/voices/{voice_id}/speaker_verification/evidences/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "code": 123,
  "message": "<string>",
  "errors": [
    {
      "location": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

voice_id
string
required

Voice ID

id
string
required

Evidence ID

Response

No content