Delete Customer
Endpoint
DELETE /v1/customers/:idAuthentication
Path Parameters
Parameter
Type
Description
Example Request
curl -X DELETE https://api.example.com/v1/customers/cus_abc123def456 \
-H "X-API-Key: sk_live_xxxxx"Example Response
{
"id": "cus_abc123def456",
"object": "customer",
"deleted": true
}Notes
Errors
Code
Description
Last updated