Skip to main content
DELETE
/
v1
/
bot-fields
/
{idOrName}
Unset the value of the bot field by id or name
curl --request DELETE \
  --url https://app.chatbotx.io/api/v1/bot-fields/{idOrName} \
  --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

idOrName
string
required
Maximum string length: 255

Response

OK

The response is of type any.