curl --request POST \ --url http://127.0.0.1:8080/v1/c/customer/{customer_id}/inactivate \ --header 'Content-Type: application/json' \ --header 'wb-key: <api-key>' \ --data '{ "notes": "Management told us to change their status"}'
Customer
Freeze/Inactivate Customer
The API freezes the customer, putting their subscription on pause and all the customer data into read-only mode. The customer will not be charged for any subscriptions as they are not considered active.
POST
/
v1
/
c
/
customer
/
{customer_id}
/
inactivate
inactivate the customer
Copy
curl --request POST \ --url http://127.0.0.1:8080/v1/c/customer/{customer_id}/inactivate \ --header 'Content-Type: application/json' \ --header 'wb-key: <api-key>' \ --data '{ "notes": "Management told us to change their status"}'