delete(class_name, entity_id)
Delete a single entity by class and ID.
Properties
| Name | Type | Description |
|---|---|---|
class_name | str | The entity class. |
entity_id | str | The entity identifier. |
Returns:
None
- Type
- None
| Name | Type | Description |
|---|---|---|
class_name | str | The entity class. |
entity_id | str | The entity identifier. |