Skip to main content
DELETE
/
plans
/
{id}
Delete a plan
curl --request DELETE \
  --url https://us.api.flexprice.io/v1/plans/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Plan ID

Response

OK

message
string