Skip to main content

Delete a Pricing Tier

Delete a pricing Tier by pricingTierId.

DELETE /v1/pricing-tiers/:pricingTierId

Parameters

ParameterDescriptionTypeRequired
pricingTierIdThe pricingTierId of the pricing tier to delete.URL paramyes

Request

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

Response

200 OK