DELETE Mobility/DeleteCustomerDocuments
Request Information
URI Parameters
None.
Body Parameters
CustomerDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| DocumentID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "050f47d6-3e55-4851-af8e-f14487918b33",
"CustomerID": "d9967706-9caf-47c2-82fa-930c3796b2df",
"DocumentID": "bdc32fdb-4cdb-4d2b-9a0d-95af450db453",
"Name": "sample string 4",
"CreatedByContactID": "52a0e3de-8d9a-43d8-b71e-de84ac764ffe",
"ModifiedByContactID": "c6dec37e-ae1a-444a-8fe5-1fc320278436",
"CreatedDate": "2026-04-20T10:00:37.652339+00:00",
"ModifiedDate": "2026-04-20T10:00:37.652339+00:00"
}
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.