DELETE Mobility/DeletePortRequests
Request Information
URI Parameters
None.
Body Parameters
PortRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| PortRequestStatusID | PortRequestStatus |
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": "94c37794-ae0f-4c49-bb10-61818a7b7399",
"CustomerID": "77fe2635-2a32-4469-aba3-fde6f52b43ff",
"PortRequestStatusID": 1,
"Name": "sample string 3",
"CreatedByContactID": "a009f351-816f-4bca-8f7b-918fbdaeac1c",
"ModifiedByContactID": "1ad75f5d-69c6-4c22-84f9-82a3f9ba959b",
"CreatedDate": "2026-02-14T11:37:40.6613676+00:00",
"ModifiedDate": "2026-02-14T11:37:40.6613676+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.