Delete entity by name

View as Markdown
Delete an entity by its name. Example: ``` DELETE /apis/entities/v2/workspaces/default/entities/customization_config/my-config ```

Path parameters

workspacestringRequired
entity_typestringRequired
namestringRequired

Query parameters

parentstringOptional
Parent entity ID for nested entities

Response

Successful Response
messagestringDefaults to Resource deleted successfully.
idstring
The ID of the deleted resource.
deleted_atdatetime
The timestamp when the resource was deleted.

Errors

422
Unprocessable Entity Error