Skip to main content
DELETE
/
v1
/
custom-fields
/
{id}
Delete custom field
curl --request DELETE \
  --url https://app.chatbotx.io/api/v1/custom-fields/{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.