DELETE api/Scheduler/DeletePendingSMS
Request Information
URI Parameters
None.
Body Parameters
PendingSM| Name | Description | Type | Additional information |
|---|---|---|---|
| PendingSMSID | integer |
None. |
|
| Mobile | string |
None. |
|
| SMSText | string |
None. |
|
| InsertDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PendingSMSID": 1,
"Mobile": "sample string 2",
"SMSText": "sample string 3",
"InsertDate": "2026-05-27T05:25:35.1570025+03:30"
}
application/xml, text/xml
Sample:
<PendingSM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportingServiceApi.Models.DominModels"> <InsertDate>2026-05-27T05:25:35.1570025+03:30</InsertDate> <Mobile>sample string 2</Mobile> <PendingSMSID>1</PendingSMSID> <SMSText>sample string 3</SMSText> </PendingSM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>