---
title: "Delete report by id"
method: DELETE
path: "/datainsights/v1.1/reports/{report_id}"
tags: ["Reports"]
---

# Delete report by id

`DELETE /datainsights/v1.1/reports/{report_id}`

Delete a single report.

*Note: The API may throw a HTTP 404 if there are no reports found with a given id.*

The API returns a 204 NO CONTENT if the delete was successful.

## Path parameters

- `report_id` integer, required

## Headers

- `X-PROPERTY-ID` integer, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
