Delete customer
Delete a customer by Paid display ID. Use the value returned as customer.id, for example cus_abc123. If you have your own customer ID, use DELETE /api/v2/customers/external/{externalId}.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
id
Paid customer display id
Response
200
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error