API Reference
cURL
curl --request DELETE \ --url https://api.flatpeak.com/customers/{id} \ --header 'Authorization: Bearer <token>'
Permanently deletes a customer.
Authenticate with bearer you obtained from authentication endpoint.
bearer
Flatpeak customer_id.
customer_id
"cus_a83ec6da1e0d4917b9e9abf58d60574e"
202 accepted
"Accepted"
Was this page helpful?