Delete customer
Deletes the customer with customer_id.
Path Parameters
- Type: integercustomer
_id requiredIdentifier of the customer.
Responses
- 204
Customer deleted.
- application/json
Request Example for delete/customers/{customer_id}/
curl https://api.landbot.io/v1/customers/1/ \
--request DELETE \
--header 'Authorization: Token YOUR_AGENT_TOKEN'
No Body