Archive customer

Archives the customer with customer_id.

Path Parameters
  • customer_id
    Type: integer
    required

    Identifier of the customer.

Responses
  • application/json
  • application/json
  • application/json
Request Example for put/customers/{customer_id}/archive/
curl https://api.landbot.io/v1/customers/1/archive/ \
  --request PUT \
  --header 'Authorization: Token YOUR_AGENT_TOKEN'
{
  "success": true
}