DELETE api/Reports/{id}
Delete the report at the associated id Requires admin access
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ReportSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "b09383ca-4625-4a0f-8f67-cd9a11d3e477",
"Name": "sample string 2"
}
application/xml, text/xml
Sample:
<ReportSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XCapture.DTO"> <Id>b09383ca-4625-4a0f-8f67-cd9a11d3e477</Id> <Name>sample string 2</Name> </ReportSimple>