Skip to main content

Remove Pricing Tier from a Tenant

Remove a pricing tier from a tenant.

DELETE /v1/tenants/:tenantId/pricing-tiers/:pricingTierId

Parameters

ParameterDescriptionTypeRequired
tenantIdThe tenantId of the tenant you want to remove the pricing tier from.URL paramyes
pricingTierIdThe pricingTierId of the pricing tier you want to remove from the tenant.URL paramyes

Request

curl "https://api.warrant.dev/v1/tenants/tenant1/pricing-tiers/enterprise-tier" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY"

Response

200 OK