Skip to main content
DELETE
/
api
/
budget-envelopes
/
{id}
Delete a budget envelope
curl --request DELETE \
  --url https://app.solya.app/api/budget-envelopes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

User session token issued by NextAuth. For human users accessing Solya via the web application.

Path Parameters

id
string
required

Unique identifier of the budget envelope (UUID)

Minimum string length: 1

Response

Successful response

data
object
required
success
enum<boolean>
required
Available options:
true