Skip to main content

Remove Feature from a Pricing Tier

Remove a feature from a pricing tier.

DELETE /v1/pricing-tiers/:pricingTierId/features/:featureId

Parameters

ParameterDescriptionTypeRequired
pricingTierIdThe pricingTierId of the pricing tier you want to remove the feature from.URL paramyes
featureIdThe featureId of the feature you want to remove from the pricing tier.URL paramyes

Request

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

Response

200 OK