customers
Deletes a customer by ID.
post/v1/customers.delete
Headers
x-api-versionstring required
Request body
Example request
{
"customer_id": "cus_123",
"delete_in_stripe": false
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.