entity:delete
Supprime une entité spécifique
Utilisation:
drupal entity:delete [arguments] [options]
ed
Options disponibles
Option | Détails |
---|---|
--all | Delete all entities of the given type. |
Paramètres disponibles
Paramètre | Détails |
---|---|
entity-definition-id | Id de la définition de l'entité |
entity-id | ID de l'entité à supprimer |
Exemples
Delete entity type content using node id
drupal entity:delete node 1