1800 87 7061 (Malaysia Toll Free) +603 2780 3880 (KL)
How to Delete Bulk SMS Task Scheduler With PHP CodeDelete task scheduler requires similar methods as updating task scheduler. You will need the SDID to delete the specific task that is created. To understand more about our iSMS API Key features, please visit our Developer API page. All available features and configurations will be displayed at the iSMS Developer API page. Integrate our SMS API into your PHP application and enjoy our SMS services. Please click below to find out about other task scheduler samples. Bulk SMS Scheduler API only requires a few information from you such as username, password and your mobile number. It is free. You may click HERE to learn how to reload your iSMS account. If you do not have an iSMS account, register for a username and password from iSMS Register Page 1. Retrieve bulk SMS task scheduler ID. NOTE: For Task Scheduler, go to (main navigation menu) SMS > Task Scheduler To learn how to create and retrieve the the task scheduler ID, please click HERE. 2. Delete bulk SMS task scheduler PHP coding. Add the PHP code below into your PHP file. <?php $username = "isms"; $password = "isms"; $scid = 56442; $action = "delete"; $sendlink = "http://www.isms.com.my/isms_scheduler.php?un=".urlencode($username)."&pwd=".urlencode($password)."&scid=".$scid."&action=".$action; fopen($sendlink, "r"); ?> 3. Success! The bulk SMS task scheduler is deleted. After SCID is amended, you can run the PHP file in your browser. ![]() A HTTP request will be initated and the browser address bar will displayed the address as below. https://www.isms.com.my/isms_scheduler.php?un=isms&pwd=isms&scid=123456&action=delete If you login to your iSMS account, you will find that the task scheduler has been deleted from the SMS system. ![]() Contact UsPlease contact us HERE, if you have any enquiries or looking for any consultation. Email: sales@mobiweb.com.my Note to registered users: Please include your Username in the email. Phone Numbers:
Fax:
|