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