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": "2d5a82ab-9a19-471d-986f-25b506b554d0",
"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>2d5a82ab-9a19-471d-986f-25b506b554d0</Id> <Name>sample string 2</Name> </ReportSimple>