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.
Enter your API key. It's required to authenticate API requests.
The unique identifier of the machine.
The unique identifier of the payment method to be deleted.
The result of the operation, indicating whether the payment method was successfully deleted.
Schema representing the result of an API operation, including status and messages.
Indicates whether the API operation was successful (true) or not (false).
A user-friendly message describing the result of the operation, if applicable.
A system-level message providing additional details about the operation's result, often used for debugging or logging.
An optional code representing the result of the operation, which can be used for more granular handling of responses.