cURL
curl --request DELETE \ --url https://api.withflex.com/v1/customers/{id} \ --header 'Authorization: Bearer <token>'
{ "customer": { "customer_id": "fcus_01HACM7FZ1084XB1GB6053VM0D", "deleted": true } }
Delete a customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object