# Delete Other Cost or Revenue Entry

Permanently removes a one-time cost or revenue entry from the Project.

Endpoint: DELETE /v1/projects/{project_id}/other-costs-and-revenue/{id}
Version: v1
Security: ApiKey

## Path parameters:

  - `id` (string, required)
    The unique identifier for the cost or revenue entry.

  - `project_id` (string, required)
    The unique identifier for the Project.

## Response 400 fields (application/json):

  - `type` (string)
    RFC reference for the error type

  - `title` (string)
    Human-readable summary of the error

  - `status` (integer)
    HTTP status code

  - `errors` (array)
    Detailed error messages for each validation failure

  - `trace_id` (string)
    Trace identifier for debugging

