Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / entity.delete.yml
1 description: 'Delete an specific entity'
2 help: 'The <info>entity:delete</info> command helps you delete entities.'
3 arguments:
4   entity-definition-id: 'Entity definition id'
5   entity-id: 'Entity ID to be deleted'
6 questions:
7   entity-type: 'Enter the Entity type'
8   entity-definition-id: 'Enter the  Entity definitin id'
9   entity-id: 'Enter the  Entity ID to be deleted'
10 messages:
11   deleted: 'Entity %s with id %s was deleted successfully'