Removing event collection identifier patterns

To remove an event collection identifier pattern (ECIP), remove the entry for the ECIP from the registry.oslcecip table.

Results

When an entry is deleted from registry.oslcecip table, a database trigger is invoked. The trigger deletes any registration rows in the registry.oslcecip_regs table for this ECIP. The deletion of the registration row deletion is read by the OSLC provider and any associated provider record template that is registered with a Jazz for Service Management registry is removed.

Example

The following example shows the SQL statement to remove a query pattern for computer system resources:
DELETE FROM registry.oslcecip WHERE Name='ComputerSystem';