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
Use a Bearer token to access this API.
The response is of type object.
object