DELETE api/RawDatas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RawData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RawFile | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RawFile": "QEA="
}