Skip to main content
DELETE
/
v1
/
tags
/
{id}
Delete tag
curl --request DELETE \
  --url https://app.chatbotx.io/api/v1/tags/{id} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Pattern: \d+

Response

OK

The response is of type any.