- Sent API
- Sent Group API
- Image
- Video
- Audio
- Document
- TextPOST
- Async StatusPOST
- Administration
- Feature
- Scheduler
Remove Schedule Message
POST
/api/schedulerRemove
Scheduler
Request
Body Params application/json
key
string
required
msgId
string
required
Example
{
"messageId": "MyMSGID",
"key": "XXX123XXX"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.omnichannelmessenger.com/api/schedulerRemove' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "MyMSGID",
"key": "XXX123XXX"
}'
Responses
🟢200Response
application/json
Body
object {0}
Example
{}
🟠403Key not valid