Skip to main content
DELETE
/
profiles
/
{profileId}
/
tags
/
{tagId}
Detach a tag from a profile.
curl --request DELETE \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/profiles/{profileId}/tags/{tagId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "title": "<string>",
      "created_at": "2023-01-01T12:00:00Z",
      "updated_at": "2023-01-01T12:00:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

profileId
integer
required
tagId
integer
required

Response

200 - application/json

Success

data
object[]