DELETE Mobility/DeleteCallEventResponseMessages
Request Information
URI Parameters
None.
Body Parameters
CallEventResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CallEventResponseID | globally unique identifier |
None. |
|
| DateReceived | date |
Required |
|
| RawHttpMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "4383d55f-20bd-4c7c-9ac2-050c3decaea7",
"CallEventResponseID": "f7d3cc1b-a227-4443-ad53-448d11c46ea8",
"DateReceived": "2025-12-14T21:45:26.8273246+00:00",
"RawHttpMessage": "sample string 3"
}
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.