Customer Credits - Accounts (Experimental)
Close an account
Permanently close an account. This action cannot be undone.
post/v1/customer-credits/accounts/{id}/close
Path parameters
idstring required
Response
Account closed
Example response
{
"id": "cca_abc123",
"customer_id": "cust_abc123",
"name": "default",
"unit_label": "credits"
}