updated examples
[civicrm-core.git] / api / v3 / examples / MailSettings / Delete.php
index 0a761675c39573aeb60229e576c5a0f61710ea16..482d9c33969e864cbbb01f16b1e69ed843004ef1 100644 (file)
@@ -5,7 +5,7 @@
  */
 function mail_settings_delete_example(){
 $params = array(
-  'id' => 2,
+  'id' => 5,
 );
 
 try{