DELETE
/
agents
/
{agentId}
/
leads
/
tags
/
{tagId}
Delete Tag
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/agents/{agentId}/leads/tags/{tagId} \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

agentId
string
required

The ID of the agent

tagId
string
required

The ID of the tag

Response

OK - Tag successfully deleted

The response is of type object.