INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / MessageTemplate.php
index 5683f8593ae9e5d3527b345e1e3639e9482b61a4..7b534d3f51dd5b2052def8b43b5877eaa4f220a8 100644 (file)
@@ -59,9 +59,8 @@ function _civicrm_api3_message_template_create_spec(&$params) {
 /**
  * @param array $params
  *
- * @return boolean
- *   | error  true if successfull, error otherwise
- * {@getfields message_template_delete}
+ * @return bool
+ *   API result array
  */
 function civicrm_api3_message_template_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);