W3builders
AOP API

AOP API/Expenses

Delete Expense

DELETE/finance/expenses/{id}
JWT bearer

Delete an expense. If it had a posted journal, an automatic reversal entry is posted first.

Endpoint

DELETEhttps://api.w3builders.com/v1/finance/expenses/{id}

Response parameters

FieldType
successvalue
Delete Expense
curl -X DELETE https://api.w3builders.com/v1/finance/expenses/123 \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success: true }"
}
Was this page helpful?