Delete Transaction Currency

It is managed by users with the Branch Personnel role only.

API Method

POST

Endpoint

https://cebuana-apiuat.veryfyglobal.com/transactions/currency/delete/:id

Headers

Key
Value

Accept

application/json

Authorization

Bearer <YOUR_TOKEN>

URL Parameter

Parameter
Type
Required
Description

id

integer

Yes

The unique ID of the transaction_currencies_id you want to delete transaction currency

Response Sample

{
    "message": "Ok",
    "data": []
}

Last updated