# Delete budget entry **DELETE /data/projects/{project_id}/budgets/{budget_id}/entries/{entry_id}** Delete a budget entry for given production and budget. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier - **budget_id** (string(uuid)) Budget unique identifier - **entry_id** (string(uuid)) Budget entry unique identifier ## Responses ### 204: Budget entry deleted [Powered by Bump.sh](https://bump.sh)