-
Notifications
You must be signed in to change notification settings - Fork 11
Ingestion Delete
RyanRConaway edited this page Jun 13, 2023
·
1 revision
The ingestion_delete
event is published from Andi to the EventStream when a Curator deletes the configuration for an Ingestion within the Andi interface. This message instructs some core services in the system to cancel processes related to the ingestion and delete associated topics.
Field Name | Type | Description | Enum Values |
---|---|---|---|
type | string | Identifier of the event type. Used to filter and receive events | ingestion:delete |
data | Ingestion | The Ingestion entity that has been deleted from Andi. | - |
author | string | The identifier of who sent the event. | - |
Performance: Negligible