---
title: "Delete Estimation Report"
method: DELETE
path: "/estimates-api/v2/projects/{projectId}/reports/{reportUid}"
tags: ["Estimates"]
---

# Delete Estimation Report

`DELETE /estimates-api/v2/projects/{projectId}/reports/{reportUid}`

Delete estimate report.

## Path parameters

- `projectId` string, required
- `reportUid` string, required

## Response `200`

OK

- EmptyResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object — Always null.

---

[API](https://skmtc.dev/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.dev/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
