Tool to create an event data deletion request for GDPR/CCPA compliance. Use when you need to delete event data matching specific criteria (e.g., user email, error class, device info). Specify filters to target events - most common is filtering by user.email. The deletion process…
filtersobjectMap of event field names to arrays of filter conditions. Common fields: 'user.email', 'user.id', 'user.name', 'event.class', 'app.release_stage', 'device.hostname', 'error.id'. See Bugsnag API docs for complete list. Example: {'user.email': [{'type': 'eq', 'value': 'test@example…
filter_groupsobjectAdvanced: Map of filter groups for complex queries. Each group has a 'join' operator and filters. Use either 'filters' (simple) OR 'filter_groups' (advanced), not both. See https://developer.smartbear.com/bugsnag/docs/data-access-filtering
organization_idRequiredstringID of the organization to delete events from. Can be obtained from BUGSNAG_LIST_ORGANIZATIONS action.
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.