Delete a tag

Prev Next
Post
/api/v1/livechat/tags.delete
Premium tag

This endpoint is used to delete an Omnichannel tag from the workspace. Permission required: manage-livechat-tags

Changelog

Version Description
7.12.0 Added
Header parameters
X-Auth-Token
stringRequired

The authToken of the authenticated user.

ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
X-User-Id
stringRequired

The userId of the authenticated user.

ExamplerbAXPnMktTFbNpwtJ
Body parameters
Example 1
{
  "id": "682223ba30c9c71254e46012"
}
object
id
string Required

Enter the tag ID that you want to delete.

Example682223ba30c9c71254e46012
Responses
200

OK

Success
{
  "success": true
}
object
success
boolean
400

Bad Request

Example 1
{
  "success": false,
  "error": "Tag not found"
}
object
success
boolean
error
string
401

Unauthorized

Authorization Error
{
  "status": "error",
  "message": "You must be logged in to do this."
}
object
status
string
message
string