cURL
curl --request POST \ --url https://api.callers.ai/campaigns/{campaignId}/vocabulary/remove \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "words": [ "<string>" ] } '
{ "success": true, "removedCount": 123 }
Removes STT vocabulary entries whose content matches the provided words.
Optional sub organization ID. Must belong to your main organization API key.
ID of the campaign
1 - 1000
1
Matching vocabulary entries removed