API reference · Financial
DELETE/api/v1/financial/payment-methods/{id}
Product availabilityAlgaPSA

Delete payment method by id (transaction delete wiring)

Route maps to ApiFinancialController.delete(), deleting a generic financial resource by id.

RBAC · financial

Path parameters

idstring <uuid>Required
Path UUID parameter resolved by ApiBaseController.extractIdFromPath().

Response body

Success response 200 · schema FinancialInvoiceApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Operation succeeded.
204
Resource deleted.
400
Invalid id or request payload.
401
API key missing/invalid.
403
financial:delete permission denied.
404
Resource not found.
500
Unexpected operation failure.