Skip to main content
DELETE
/
v1
/
customers
/
{customerId}
Delete a customer
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>"
}

Authorizations

Authorization
string
header
required

API key obtained from FlexPortal dashboard

Headers

Tenant-ID
string
required

Your tenant identifier

Path Parameters

customerId
string
required

The customer ID

Response

Customer deleted

success
enum<boolean>
required
Available options:
true,
false
message
string
required
customerId
string
required