DELETE/v1/admin/subscription/{tenantId}/addons/{addonCode}

Delete subscription addons

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

tenantIdstringrequired
addonCodestringrequired

Responses

idstringnullable
tenantIdstringnullable
statusenum (int32)01234SubscriptionStatus
billingCyclestringnullable
validFromstring (date-time)
validUntilstring (date-time)nullable
productsarray of objectProductSubscriptionnullable
productCodestringnullable
planCodestringnullable
tierstringnullable
isEnabledboolean
isTrialboolean
trialEndsAtstring (date-time)nullable
additionalFeaturesarray of stringnullable
removedFeaturesarray of stringnullable
billingCyclestringnullable
customLimitsobjectnullable
{key}integer (int32)nullable
subscribedAtstring (date-time)nullable
expiresAtstring (date-time)nullable
addonsarray of stringnullable
createdAtstring (date-time)
updatedAtstring (date-time)
updatedBystringnullable
curl --request DELETE \
  --url 'https://api.4comply.io/v1/admin/subscription/your-tenant-id/addons/example-code' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'