Skip to main content
DELETE
/
api
/
v1
/
plans
/
versions
/
{plan_version_id}
/
minimum
Remove the plan-level minimum commitment for a draft plan version.
curl --request DELETE \
  --url https://api.example.com/api/v1/plans/versions/{plan_version_id}/minimum \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

plan_version_id
string<MeteroidId>
required

Plan version ID

Example:

"plv_7n42DGM5Tflk9n8mt7Fhc7"

Response

Minimum commitment removed