---
title: "Delete transaction"
method: DELETE
path: "/application/contract"
tags: ["Contract"]
---

# Delete transaction

`DELETE /application/contract`

VOIDs a transaction and cancels the contract associated with the lease.
Set the lease status back to "Approved".
Refunds any Initial Payments/Fees previously collected.

## Query parameters

- `applicationId` integer, required

## Response `204`

No Content - Contract successfully deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `409` — Bad Request - Invalid Application for Contract Delete
- `500` — Internal Server Error

---

[API](https://skmtc.dev/progleasing/apis/progressive-leasing-commerce-api.md) · [All operations](https://skmtc.dev/progleasing/apis/progressive-leasing-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/progleasing/progressive-leasing-commerce-api/revisions/a51acdb02487/schema)
