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": "2786ba78-ae9f-4227-9077-9e047003d4c4",
"SecurityGroupID": "8e088109-064a-4be2-9e3b-47e5ff241b5e",
"Name": "sample string 3",
"Manufacturer": "sample string 4",
"Cost": 1.0,
"SellingPrice": 1.0,
"IMEI": "sample string 5",
"InvoiceNumber": "sample string 6",
"CreatedByContactID": "41b6cf15-094c-4d03-9573-ab57b8b39cef",
"ModifiedByContactID": "a043204d-5c1e-4d62-94fa-8536bff312cb",
"CreatedDate": "2026-06-29T02:56:14.7157363+00:00",
"ModifiedDate": "2026-06-29T02:56:14.7157363+00:00",
"IsInvoiced": true,
"DateInvoiced": "2026-06-29T02:56:14.7157363+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.