Tool to create an event data deletion request for a specific project. Use when you need to delete event data matching specific criteria (e.g., error class, severity, user email) within a project. Specify filters to target events - most common is filtering by event.class or user.…
filtersobjectMap of event field names to arrays of filter conditions. Common fields: 'event.class', 'event.message', 'event.severity', 'app.release_stage', 'user.email', 'user.id', 'device.hostname', 'error.id', 'error.status'. See Bugsnag API docs for complete list. Example: {'event.class':…
project_idRequiredstringID of the project to delete events from. Can be obtained from BUGSNAG_LIST_PROJECTS action.
filter_groupsobjectAdvanced: Map of filter groups for complex queries. Each group has a 'join' operator ('and' or 'or') and 'filters' object. Use either 'filters' (simple) OR 'filter_groups' (advanced), not both. See https://developer.smartbear.com/bugsnag/docs/data-access-filtering for details.
skip_confirmationbooleanIf true, skip requiring another request to confirm the deletion. Default is false.
filter_groups_joinstringJoin operator to apply between filter groups.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.