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
Response
Successful Response
message
id
The ID of the deleted resource.
deleted_at
The timestamp when the resource was deleted.
Errors
422
Unprocessable Entity Error