Delete field
Deletes field_name from the customer with customer_id.
Path Parameters
- Type: integercustomer
_id requiredIdentifier of the customer.
- Type: stringfield
_name Pattern: ^[a-z0-9_]+$requiredName of the custom field. Only lowercase Latin letters, numbers, and
_are allowed.
Responses
- 204
Field deleted.
- application/json
Request Example for delete/customers/{customer_id}/fields/{field_name}/
curl 'https://api.landbot.io/v1/customers/1/fields/{field_name}/' \
--request DELETE \
--header 'Authorization: Token YOUR_AGENT_TOKEN'
No Body