Merge pull request #5179 from eileenmcnaughton/CRM-15798-master
[civicrm-core.git] / api / v3 / examples / Email / Delete.php
index 54ef848a51e4978bd8455550624a7662d6641ebd..41f84f9edcf46bb6d30c7e6f9e8895775c52501a 100644 (file)
@@ -1,14 +1,7 @@
 <?php
-/**
- * @file
- * Test Generated API Example.
- * See bottom of this file for more detail.
- */
-
 /**
  * Test Generated example of using email delete API.
  *
- *
  * @return array
  *   API result array
  */
@@ -67,7 +60,7 @@ function email_delete_expectedresult() {
 * http://wiki.civicrm.org/confluence/display/CRMDOC/Using+the+API
 *
 * Browse the api on your own site with the api explorer
-* http://MYSITE.ORG/path/to/civicrm/api/explorer
+* http://MYSITE.ORG/path/to/civicrm/api
 *
 * Read more about testing here
 * http://wiki.civicrm.org/confluence/display/CRM/Testing