DELETE api/DocumentCategorySchemes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DocumentCategoryScheme| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DocumentCategoryId | integer |
None. |
|
| SchemeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"DocumentCategoryId": 2,
"SchemeId": 3
}