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": "7bba66cb-b7be-4dd6-8158-706280c98cc0",
"CustomerID": "3c8261f7-4be2-4ea5-8654-c244713604fb",
"PortRequestStatusID": 1,
"Name": "sample string 3",
"CreatedByContactID": "b761b3b0-b960-4562-96fe-f99c0be80dc0",
"ModifiedByContactID": "9e21f57b-ee88-4cba-bf04-898739f4527f",
"CreatedDate": "2026-06-06T18:39:19.8361768+00:00",
"ModifiedDate": "2026-06-06T18:39:19.8361768+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.