Skip to main content
DELETE
/
v2
/
budgets
/
{id}
cURL
curl --request DELETE \
  --url https://api.orq.ai/v2/budgets/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Budget ID

Example:

"01K1J1AX8PGR63QRP7423NY008"

Response

Budget configuration deleted successfully