Skip to main content

eventActionConfigDelete

Permanently delete an event action configuration from the automation system.

Removes the event action and all associated configuration. This action cannot be undone and will affect any workflows or processes that depend on this event action.

Possible errors:

  • EVENT_ACTION_CONFIG_NOT_FOUND: Event action configuration with the specified ID not found
  • EVENT_ACTION_CONFIG_UNKNOWN_ERROR: Unexpected error occurred while fetching the configuration
  • EVENT_ACTION_CONFIG_DELETE_ERROR: Failed to delete the event action configuration
eventActionConfigDelete(
id: String!
): Boolean!

Arguments

eventActionConfigDelete.id ● String! non-null scalar

Unique identifier for the event action configuration.

Uses UUID v7 format for chronological ordering and global uniqueness across the system.

Type

Boolean scalar

The Boolean scalar type represents true or false.