Skip to main content
DELETE
/
installments-plans
/
{installment_code}
Delete Installments Plan
curl --request DELETE \
  --url https://api-sandbox.y.uno/v1/installments-plans/{installment_code} \
  --header 'private-secret-key: <api-key>' \
  --header 'public-api-key: <api-key>'
"HTTP 201 Created"
The Delete Installments Plan by ID endpoint allows you to delete a specific installment plan from the system. This operation permanently removes the plan and makes it unavailable for future transactions.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Path Parameters

installment_code
string
required

Identifier of the installment plan.

Response

200