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

Path Parameters

productRef
string
required

Product reference or ID

planRef
string
required

Plan reference or ID

Response

200 - undefined