Skip to main content
DELETE
/
v1
/
billing-groups
/
{billingGroupId}
Delete a billing group
curl --request DELETE \
  --url https://api-eu.flexportal.io/v1/billing-groups/{billingGroupId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Tenant-ID: <tenant-id>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key obtained from FlexPortal dashboard

Headers

Tenant-ID
string
required

Your tenant identifier

Path Parameters

billingGroupId
string
required

The billing group ID

Response

Billing group deleted

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