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": "ee4417fb-415e-4715-aa09-a1ad6a86cc02",
"CustomerID": "9b90b299-de2a-45ff-aa32-38978095dd15",
"PortRequestStatusID": 1,
"Name": "sample string 3",
"CreatedByContactID": "b8e2656a-9dc8-4f42-b1f0-28866dd88957",
"ModifiedByContactID": "7bf27966-10f1-45fa-a0fa-c8f9a945ccd2",
"CreatedDate": "2025-12-05T09:27:20.1363154+00:00",
"ModifiedDate": "2025-12-05T09:27:20.1363154+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.