SSE message for organization.deleted.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventOrgDeleted", "title": "EventStreamCloudEventOrgDeleted", "type": "object", "description": "SSE message for organization.deleted.", "additionalProperties": false, "required": [ "type", "offset", "event" ], "properties": { "type": { "$ref": "#/components/schemas/EventStreamCloudEventOrgDeletedTypeEnum" }, "offset": { "type": "string", "description": "Opaque cursor representing position in the stream. Pass as the `from` query parameter to resume." }, "event": { "$ref": "#/components/schemas/EventStreamCloudEventOrgDeletedCloudEvent" } } }