Price profile deleted
BI
The PriceProfileDeleted event is triggered when when a price profile is deleted.
JSON schema & example
Section titled “JSON schema & example”{ "metadata": { "traceId": "7d0168f2-1c75-4996-b83d-c55a53488726", "occurredAt": "2024-12-24T12:04:06Z", "version": "1.0", "tenant": "14450", "type": "PRICE_PROFILE_DELETED" }, "id": "57169"}{ "type": "object", "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "metadata": { "type": "object", "properties": { "traceId": { "type": "string", "format": "uuid", "description": "Unique identifier to trace the event." }, "occurredAt": { "type": "string", "format": "date-time", "description": "The timestamp when the event occurred." }, "version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+$", "description": "The version of the event schema, following semantic versioning." }, "tenant": { "type": "string", "description": "Identifier of the tenant or organization associated with the event." }, "type": { "type": "string", "enum": [ "CUSTOMER", "CUSTOMER_DELETED", "EVENT", "EVENT_CAPACITY", "ORDER", "CANCELLATION", "CREDIT_NOTE", "RESERVATION", "RESERVATION_CANCELLATION", "PRICE_PROFILE", "PRICE_PROFILE_DELETED", "TICKET" ], "description": "Identifier of the tenant or organization associated with the event." } }, "required": [ "traceId", "occurredAt", "version", "tenant", "type" ], "additionalProperties": false }, "id": { "type": "string", "description": "ID of the price profile." } }}