Budgets
Delete existing budget
post/delete-budget
Request body
Example request
{
"wallet": 1
}Response
Delete budget
Example response
{
"categories": [
1,
2,
3,
4
],
"users": [
1,
2,
3,
4
],
"wallets": [
1,
2,
3,
4
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.