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": "a2626bce-ee3a-49bf-b5b4-0acdfe3c26fd",
"CustomerID": "da5c19ec-e29b-47d6-b509-c2f2c33f978d",
"DocumentID": "a37eb436-f321-42e5-ae17-a13614b62830",
"Name": "sample string 4",
"CreatedByContactID": "43ba0e8c-5253-43bf-bc22-f4d1d6041933",
"ModifiedByContactID": "c3c5f49b-1c89-4d76-a67e-9d6296d3d329",
"CreatedDate": "2025-12-14T21:46:14.750522+00:00",
"ModifiedDate": "2025-12-14T21:46:14.750522+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.