cURL
curl --request DELETE \ --url https://app2.freyavoice.ai/api/v2/call/{callId}/tags \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "<string>", "result": { "success": true, "message": "<string>" } } }
Removes a tag from a call.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Call ID
1
Workspace ID
Tag name to remove
Tag removed
true
false
Show child attributes