curl -X DELETE https://api.yourfinanceapp.com/api/budgets/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer YOUR_TOKEN"
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"amount": 50000.0,
"month": 1,
"year": 2026,
"categoryId": "660e8400-e29b-41d4-a716-446655440001",
"userId": "770e8400-e29b-41d4-a716-446655440002"
}
Delete a budget
curl -X DELETE https://api.yourfinanceapp.com/api/budgets/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer YOUR_TOKEN"
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"amount": 50000.0,
"month": 1,
"year": 2026,
"categoryId": "660e8400-e29b-41d4-a716-446655440001",
"userId": "770e8400-e29b-41d4-a716-446655440002"
}
403 Forbidden - “No tienes permiso”
404 Not Found - “Presupuesto no encontrado”
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"amount": 50000.0,
"month": 1,
"year": 2026,
"categoryId": "660e8400-e29b-41d4-a716-446655440001",
"userId": "770e8400-e29b-41d4-a716-446655440002"
}
curl -X DELETE https://api.yourfinanceapp.com/api/budgets/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer YOUR_TOKEN"