DELETE Mobility/DeleteMobileDevices
Request Information
URI Parameters
None.
Body Parameters
MobileDevice| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| Manufacturer | string |
None. |
|
| Cost | decimal number |
None. |
|
| SellingPrice | decimal number |
None. |
|
| IMEI | string |
Required |
|
| InvoiceNumber | string |
None. |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
|
| IsInvoiced | boolean |
Required |
|
| DateInvoiced | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "8e0a7930-7d40-42db-b6d4-21c55ded3a15",
"SecurityGroupID": "9528738b-5f52-4379-a30f-92f13b6cd9ae",
"Name": "sample string 3",
"Manufacturer": "sample string 4",
"Cost": 1.0,
"SellingPrice": 1.0,
"IMEI": "sample string 5",
"InvoiceNumber": "sample string 6",
"CreatedByContactID": "488bb8c5-ac44-4e48-84fe-7069aa6165fe",
"ModifiedByContactID": "74c5c156-dcfb-481d-89c0-ae00ed394298",
"CreatedDate": "2026-04-20T10:00:36.9898439+00:00",
"ModifiedDate": "2026-04-20T10:00:36.9898439+00:00",
"IsInvoiced": true,
"DateInvoiced": "2026-04-20T10:00:36.9898439+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.