Engine

Covers Engine 2.0.0

dartwic-share/argus/delete-event

Deletes an event from a remote ARGUS runtime.

  • Category: Events

Request payload

FieldTypeRequirementDescription
event_idstringOptionalStable event ID. A title lookup is used when omitted.
message_titlestringOptionalActive event title used when event_id is omitted.
titlestringOptionalAlias for message_title.
operator_client_idstringOptionalOriginal requesting client ID; defaults to the authenticated caller.

Response payload

FieldTypeDescription
deletedbooleanWhether the event was marked deleted.
event_idstringResolved event ID.

Errors

  • No event can be resolved or the event is still firing.