Delete budget
Parameters:
Successful Response
const response = await fetch('/budget/delete', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "id": "text" }), }); const data = await response.json();
{ "detail": [ { "loc": [ "text" ], "msg": "text", "type": "text" } ] }