DELETE
/v1/admin/subscription/{tenantId}/products/{productCode}Delete subscription products
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idPath parameters
tenantIdstringrequiredproductCodestringrequiredResponses
idstringnullabletenantIdstringnullablebillingCyclestringnullablevalidFromstring (date-time)validUntilstring (date-time)nullableproductCodestringnullableplanCodestringnullabletierstringnullableisEnabledbooleanisTrialbooleantrialEndsAtstring (date-time)nullableadditionalFeaturesarray of stringnullableremovedFeaturesarray of stringnullablebillingCyclestringnullablecustomLimitsobjectnullable{key}integer (int32)nullablesubscribedAtstring (date-time)nullableexpiresAtstring (date-time)nullableaddonsarray of stringnullablecreatedAtstring (date-time)updatedAtstring (date-time)updatedBystringnullablecurl --request DELETE \
--url 'https://api.4comply.io/v1/admin/subscription/your-tenant-id/products/example-code' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id'