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": "3075be90-ad0f-4208-969a-4a28662b7364",
"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>3075be90-ad0f-4208-969a-4a28662b7364</Id> <Name>sample string 2</Name> </ReportSimple>