Skip to main content
DELETE
/
call
/
{callId}
/
tags
Remove call tag
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>"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

callId
string<uuid>
required

Call ID

Minimum string length: 1

Query Parameters

workspaceId
string<uuid>
required

Workspace ID

Minimum string length: 1
tag
string
required

Tag name to remove

Minimum string length: 1

Response

Tag removed

success
enum<boolean>
required
Available options:
true,
false
data
object
required