---
title: "Check if the payment object can be deleted"
method: GET
path: "/payments/{id}/canDelete"
tags: ["Payments"]
---

# Check if the payment object can be deleted

`GET /payments/{id}/canDelete`

Payment can be deleted if it has been voided and does not have journal entries associated

## Path parameters

- `id` string, required

## Response `200`

successful operation

- PaymentDeletableResponse
  - `deletable` boolean
  - `message` string

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
