curl --request DELETE \
  --url https://integration.getmateo.com/api/v1/conversation_tag \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "now()",
  "updated_at": "now()",
  "organisation_id": "random uuid",
  "tag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

select
string

Select columns to return

created_at
string

Conversation creation date

updated_at
string

Latest update

organisation_id
string

Organisation ID

tag_id
string
required

Tag ID

conversation_id
string
required

Conversation ID

Response

200
application/json
The updated Conversation Tag object

The response is of type object.