cURL
curl --request DELETE \ --url https://api-eu.flexportal.io/v1/customers/{customerId} \ --header 'Authorization: Bearer <token>' \ --header 'Tenant-ID: <tenant-id>'
{ "success": true, "message": "<string>", "customerId": "<string>" }
Soft deletes a customer by setting status to inactive.
API key obtained from FlexPortal dashboard
Your tenant identifier
The customer ID
Customer deleted
true
false