---
title: "Delete Specific Payment Method for Machine"
method: DELETE
path: "/v1/machines/{MachineID}/paymentMethods/{paymentMethodID}"
tags: ["Machines"]
---

# Delete Specific Payment Method for Machine

`DELETE /v1/machines/{MachineID}/paymentMethods/{paymentMethodID}`

Deletes a specific payment method associated with a machine, identified by the provided MachineID and paymentMethodID. This operation allows users to remove a payment option from the machine.

## Path parameters

- `MachineID` integer, required
- `paymentMethodID` integer, required

## Response `200`

The result of the operation, indicating whether the payment method was successfully deleted.

- ApiResult — Schema representing the result of an API operation, including status and messages.
  - `Ok` boolean — Indicates whether the API operation was successful (`true`) or not (`false`).
  - `Message` string, nullable — A user-friendly message describing the result of the operation, if applicable.
  - `SystemMessage` string, nullable — A system-level message providing additional details about the operation's result, often used for debugging or logging.
  - `code` string, nullable — An optional code representing the result of the operation, which can be used for more granular handling of responses.

---

[API](https://skmtc.dev/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.dev/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
