DELETE api/SubjectDoc/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
DmsDocDeletionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Filename | string |
None. |
|
| FolderPath | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"filename": "sample string 1",
"folderPath": "sample string 2"
}
text/plain
Sample:
{"filename":"sample string 1","folderPath":"sample string 2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.