Pricing Tables
Delete Pricing Table
Soft delete a pricing table and its plan associations. Does not delete the underlying plans.
Authorization
bearerAuth AuthorizationBearer <token>
Use your secret API key as the bearer token
In: header
Path Parameters
id*string
Pricing table ID
Match
^price_table_[A-Za-z0-9]+$Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.getlumen.dev/v1/pricing-tables/string"{
"success": true
}{
"error": "Pricing table not found or access denied"
}{
"error": "Failed to delete pricing table"
}