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": "292dca0b-22b3-4c78-a22d-5ff07c80a807",
"CustomerID": "3821eedb-056a-4a4b-bf57-a59fd661e389",
"DocumentID": "4372e9c2-35fe-4d6f-8bda-88175965c119",
"Name": "sample string 4",
"CreatedByContactID": "2524b903-597d-4a4a-ae8c-525210e868d0",
"ModifiedByContactID": "35481789-c51e-4b94-bf7e-a0fb75957f55",
"CreatedDate": "2026-06-06T18:39:23.6287349+00:00",
"ModifiedDate": "2026-06-06T18:39:23.6287349+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.