Skip to main content
DELETE
/
speakers
/
{speakerId}
Delete speaker
curl --request DELETE \
  --url https://api.thehaystack.ai/v2/haystack/speakers/{speakerId} \
  --header 'Authorization: Bearer <token>'
{
  "result": "success"
}

Authorizations

Authorization
string
header
required

Enter your API token from the Haystack dashboard

Path Parameters

speakerId
integer
required

Response

200 - application/json

Speaker deleted

result
string
Example:

"success"