DELETE Mobility/DeleteDocuments
Request Information
URI Parameters
None.
Body Parameters
Document| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CategoryID | globally unique identifier |
Required |
|
| TypeID | DocumentType |
Required |
|
| Name | string |
Required |
|
| Description | string |
None. |
|
| Url | string |
None. |
|
| ServerUrl | string |
None. |
|
| DateCreated | date |
None. |
|
| ListItemID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "9cc45105-5840-451a-99e0-a6e2119bc951",
"CategoryID": "9508be1b-183c-473c-a610-53a84dbf567f",
"TypeID": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"Url": "sample string 5",
"ServerUrl": "sample string 6",
"DateCreated": "2025-12-05T09:26:54.2547731+00:00",
"ListItemID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.