BriteLines emits events using BriteEvents in response to changes that occurred to policies in the system.
Event name
bc.lines.version_deleted
Description
This event is emitted when a product version is deleted. Users might want to create draft versions to experiment wish, then discard them when finished experimenting. A version is considered to be updated when the Status, Label, Effective Date, and/or Description is updated.
Users can:
- Remove unwanted product versions via the UI.
- Subscribe to the delete product version event.
Example payload
View code
Hide code
{
"product_name": "generalAutoCW",
"version": "665df7eb-35e0-4519-b2ce-6b9823ccaf6b"
}