4.47b

TextMarks API V2 - AutoDoc: GroupLeader / unschedule_broadcast()

Method: unschedule_broadcast() (POST) - Cancel a scheduled future broadcast alert

Package: GroupLeader - Broadcast and manage messages and members (... View package)

Args:

Req? Name Type Description Test
REQ auth_user User User account / phone# used for login
REQ auth_pass Password Password
REQ tm TextMark TextMark group led by auth_user
REQ id Integer Scheduled broadcast Id to delete
OPT api_key API Key API Key (Register here)

Test:


Docs:

  • This method cancels and deletes a scheduled future broadcast to all members of your TextMark group.
  • See schedule_broadcast() to register a new scheduled broadcast.
  • See scheduled_broadcasts() to list currently scheduled broadcasts and obtain ids as required for this method.
  • After a scheduled broadcast is actually sent, it appears like a regular broadcast and is no longer available to be unscheduled.

Resp:

JSON response.head.rescode==0 for success, or error code otherwise.
JSON-P callback: (as 'jsonp' param, optional) (blank for none)

HTTP:

POST http://help.api2.textmarks.com//GroupLeader/unschedule_broadcast/

More:

This page documents a single API function unschedule_broadcast() within the GroupLeader package of the TextMarks Text Message API.
You may use the interactive form above to invoke this function and observe its actual JSON response.

More resources: