entities
Delete entity
Deletes a Product Management entity by ID. This operation permanently removes the specified entity from your workspace.
If the entity has any child entities (e.g. a product with components, or a feature with subfeatures), those children will be deleted automatically as part of a cascading delete.
Use this endpoint with caution — deletion is irreversible.
delete/entities/{id}
Path parameters
idstring uuid required
A universally unique identifier (UUID).
Example:123e4567-e89b-12d3-a456-426614174000
The ID of the PM entity to delete.
Response
The request was successful and no content is returned.