Delete a transaction.
POSThttps://api.elvanto.com/v1/financial/transactions/remove.{json|xml|php}
Name | Type | Description |
---|---|---|
id Required | string | The ID of the transaction. |
{
"id": "154ce3b9-3417-48e6-941a-eeb39761f954"
}
id=154ce3b9-3417-48e6-941a-eeb39761f954
{
"generated_in": "0.018",
"status": "ok",
"transaction": {
"id": "154ce3b9-3417-48e6-941a-eeb39761f954"
}
}
<?xml version="1.0" encoding="UTF-8"?> <rsp generated_in="0.018" status="ok"> <transaction id="154ce3b9-3417-48e6-941a-eeb39761f954"/> </rsp>
stdClass Object
(
[generated_in] => 0.018
[status] => ok
[transaction] => stdClass Object
(
[id] => 154ce3b9-3417-48e6-941a-eeb39761f954
)
)
Please see our response status codes documentation for details of potential error responses for any API request.