Skip to main content
DELETE
/
v1
/
installments-plans
/
{installments_plan_id}
Delete installment plan
curl --request DELETE \
  --url https://api-sandbox.y.uno/v1/installments-plans/{installments_plan_id} \
  --header 'private-secret-key: <api-key>' \
  --header 'public-api-key: <api-key>'
{
  "code": "VALIDATION_ERROR",
  "messages": [
    "amount must be greater than 0",
    "country must not be blank"
  ]
}

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Path Parameters

installments_plan_id
string<uuid>
required

The unique identifier of the installment plan

Response

Installment plan deleted successfully