Skip to main content
Delete a speaker and associated audio chunks
curl --request POST \
  --url https://api.example.com/speakers/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123
}'
{
  "success": true
}

Body

application/json
id
integer
required

Response

200 - application/json

Deletion result

success
boolean