Request
Body Params application/json
{
"messageId": "MyMSGID",
"key": "XXX123XXX"
}
Request Code Samples
curl --location --request POST 'https://api.omnichannelmessenger.com/api/schedulerRemove' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "MyMSGID",
"key": "XXX123XXX"
}'
Responses
application/json Modified at 2024-12-24 14:23:59