---
id: report-delete
title: "Delete a report"
description: "Soft-deletes a report."
sidebar_label: "Delete a report"
hide_title: true
hide_table_of_contents: true
api: eJztVt9v3DYM/lcIPm2A75JmlzX1W9ZmWIruV5JiBYJg4Fn0WY0tuRKVJTv4fx8oO5e7JN36tKfey9kyRX78+InUGoVWEctLPOPeB4l4VaDhWAXbi/UOSzz3tcwMtywcgSBkuzkW6HsOpEanBksc18vREAvsKVDHwkG9r9Gqq56kwQIddYwlWoMFBv6UbGCDpYTEBcaq4Y6wXKPc9WoVJVi3wgJrHzoSLDEla3B4DPOiYUjOfkoM1rATW1sO4GuQhrdA8y11fauO6/rw1cv9ZT07fHVgZgs6MrPl0eHR7LsXLw+5WiwWh98f4HBVYOQqBSt3OY8lU+BwnKTB8vJKPweOvXeRo4I+2F/o31NoIwL4iyKMFJm55rD48OGp/evWshPgEHyAjXswiUE8WHdDrTVgXZ8EfIDOxmjdCh4Y10Qr74SdqHfq+9ZWuVR7H6OGWG/zbCXzcaLhsLjn3S8/ciU7FbrEKCQpvvZGK8zTho5jpBWrcvqgohA7krFl/VBP64RXrPt2k/7p4uI3GHdA5Q2DdSaDdqtcwhxtp4KL/f1B89xxv5HLrvdj6KhqrONZYDK0bCeHYyhpSKAi4ZUP9m+OOWBNtk2Bd0WzJPOnEsJRtHwjBV8QPTY+SAFN6sg9hqB7d6P8QAbOHqLcE/zfcYyx+kgtGBaybQRa+iSfIXASZo6TldlRq6eMDWRmnJB1bDaK2xbYkH8FHj4n4FMnHBRF5HDDYcpz0i85SI5ve65EfceY+Ktev+r1f9FrBieN14G1Nam0mePe2KL31tYMqF1fpTsOrxRaLLER6WO5t0e9nbvUtn1LouHnle92BsW5anWU1Pa42LChjnAadblI2QiL6eHH+0H39o8LVMjW1X5b+fejukBFOFK5P38x339C8M/kaMVg7hx1tpqGUCwhclvPHgib1mGZbCtQB98BwdvzX3+BnAqBplkAwfvTaaUAcgbOf383W1J1zQY+JQ6W4xwmcNDQDQOBCVTLKNg7n4CNlbzVdl2SLKo+LVsbGzYwZRNH85hCTZWeKzh10a4aiXlk9j5KR7kpTBeJN7mSm7vJYxbWD73l85eZqTTCt7LXt2Sdhsp1X08CucSN+9Ia7R6Nj6Lr6/WSIr8P7TDoslKhl4WrAm8oWE0yq8jYqM8Gy5rayP+C8puzqYd9C194rXkW/rRI7k6lQm3SNyzwmu/G69dwNRTYMBkOGeH44biquJetLU/6sYp9c47enLw7uTjBAmlX5Y9UnQM8i2i9Hi0u/DW7YdgAFH1XjMPwD9L3sAw=
sidebar_class_name: "delete api-method"
info_path: docs/api/reports
custom_edit_url: null
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Delete a report"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/report/{id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Soft-deletes a report.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={[{"in":"path","name":"id","required":true,"schema":{"type":"string","format":"uuid"},"description":"The unique identifier of the report.","example":"ff5970bf-592d-4a8d-b858-3175ec444562"}]}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={undefined}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"204":{"description":"The report was deleted."},"4XX":{"description":"Client error responses due to invalid input or missing parameters.","content":{"application/json":{"schema":{"title":"Error","type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code indicating the error.","example":400},"code":{"type":"string","description":"A machine-readable error code that categorizes the failure.","example":"bad_request"},"error":{"type":"string","description":"A short, human-readable error type.","example":"Bad Request"},"message":{"type":"string","description":"Additional details about the error.","example":"The request was malformed or contained invalid parameters."}}}}}},"5XX":{"description":"Internal server error due to an unexpected issue.","content":{"application/json":{"schema":{"title":"Error","type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code indicating the error.","example":400},"code":{"type":"string","description":"A machine-readable error code that categorizes the failure.","example":"bad_request"},"error":{"type":"string","description":"A short, human-readable error type.","example":"Bad Request"},"message":{"type":"string","description":"Additional details about the error.","example":"The request was malformed or contained invalid parameters."}}}}}}}}
>
  
</StatusCodes>


      