Detach a tag from a profile.
cURL
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" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.chat.voicebot.studio/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chat.voicebot.studio/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes