Skip to main content
DELETE
/
v1
/
ui
/
products
/
{id}
/
plans
/
{planId}
Delete a plan from a product
curl --request DELETE \
  --url https://api.example.com/v1/ui/products/{id}/plans/{planId}

Path Parameters

id
string
required

Product ID or reference

planId
string
required

Plan ID

Response

Plan deleted successfully