* @param array $params
* Array including id of activity_type to delete.
* @return array API result array
- * API result array
* @throws API_Exception
* @deprecated use OptionValue api
*/
* @param array $params
* Array per getfields metadata.
* @return array API Result Array
- * API Result Array
* @throws API_Exception
*/
function civicrm_api3_file_delete($params) {
* @param array $params
* [id]
* @return array API result array
- * API result array
* @throws API_Exception
*/
function civicrm_api3_group_delete($params) {
* @param array $params
* Array containing id of the group to be deleted.
* @return array API result array
- * API result array
* @throws API_Exception
*/
function civicrm_api3_line_item_delete($params) {
* @param array $params
* Array array holding id - Id of the contact membership to be deleted.
* @return array API result array.
- * API result array.
* @throws API_Exception
*/
function civicrm_api3_membership_delete($params) {
*
* @param array $params
* @return array API result array
- * API result array
* @throws API_Exception
*/
function civicrm_api3_option_value_delete($params) {
* @param array $params
* [id]
* @return array api result array
- * api result array
* @throws API_Exception
*/
function civicrm_api3_participant_status_type_delete($params) {