You are here

public function CiviCrmApiInterface::delete in CiviCRM Entity 8.3

Delete an entity in CiviCRM.

Parameters

string $entity: The entity name.

array $params: The params, an array of ID mappings.

Return value

array The CiviCRM API response.

1 method overrides CiviCrmApiInterface::delete()
CiviCrmApi::delete in src/CiviCrmApi.php
Delete an entity in CiviCRM.

File

src/CiviCrmApiInterface.php, line 34

Class

CiviCrmApiInterface
The Drupal to CiviCRM API bridge.

Namespace

Drupal\civicrm_entity

Code

public function delete($entity, array $params);