Skip to main content
DELETE
/
accounts
/
bot_fields
/
{bot_field_id}
cURL
curl --request DELETE \
  --url https://app.fliqr.ai/api/accounts/bot_fields/{bot_field_id} \
  --header 'X-ACCESS-TOKEN: <api-key>'
{
  "success": true
}

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

bot_field_id
integer
required

Response

200 - application/json

successful operation

success
boolean