API Reference
cURL
curl --request DELETE \ --url https://api.flatpeak.com/customers/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Accepted" }
Permanently deletes a customer.
Authenticate with bearer_token you obtained from /login endpoint.
bearer_token
FlatPeak customer_id.
customer_id
"cus_a83ec6da1e0d4917b9e9abf58d60574e"
202 accepted
The response is of type object.
object
Was this page helpful?