DELETE api/DocumentCategoryImages/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DocumentCategoryImage| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Contents | string |
None. |
|
| Image | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"Contents": "sample string 4",
"Image": "QEA="
}