Delete entity by name
Delete an entity by its name.
Example:
```
DELETE /apis/entities/v2/workspaces/default/entities/customization_config/my-config
```
Path parameters
workspace
entity_type
name
Query parameters
parent
Parent entity ID for nested entities
expected_db_version
Optional database version for optimistic locking. Delete only succeeds if the entity still has this version.
Response
Successful Response
id
The ID of the deleted resource.
message
Errors
422
Unprocessable Entity Error