Delete customer

Deletes the customer with customer_id.

Path Parameters
  • customer_id
    Type: integer
    required

    Identifier 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