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}

Documentation Index

Fetch the complete documentation index at: https://docs.solvapay.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

productRef
string
required

Product reference or ID

planRef
string
required

Plan reference or ID

Response

Plan deleted successfully