Deletes source maps matching the specified filter criteria. Supports
dry-run mode to preview which source maps would be deleted without
performing the actual deletion.
This endpoint requires the rum_delete_data permission.
Arguments
Query Strings
Name
Type
Description
mapkind [required]
enum
The type of source map. Valid values are js, jvm, ios,
react, flutter, elf, ndk, il2cpp. Allowed enum values: js, jvm, ios, react, flutter, elf, ndk, il2cpp
dry_run [required]
boolean
When set to true, returns the source maps that would be deleted
without performing the actual deletion. When set to false,
performs the deletion.
filter[service]
array
Filter by service names (multiple values allowed). Required for
js, jvm, react, and flutter map kinds.
filter[version]
array
Filter by version values (multiple values allowed, maximum 10).
Required for js, jvm, react, and flutter map kinds.
filter[variant]
array
Filter by variant values (multiple values allowed). Supported for jvm.
filter[id]
array
Filter by source map ID values (multiple values allowed). Supported for all map kinds.
filter[build_id]
array
Filter by build ID values (multiple values allowed). Supported for jvm, ndk, and il2cpp.
filter[uuid]
array
Filter by UUID values (multiple values allowed). Supported for ios.
filter[platform]
array
Filter by platform values (multiple values allowed). Supported for react.
filter[build_number]
array
Filter by build number values (multiple values allowed). Supported for react.
filter[bundle_name]
array
Filter by bundle name values (multiple values allowed). Supported for react.
filter[arch]
array
Filter by architecture values (multiple values allowed). Supported
for flutter, elf, and ndk.
filter[symbol_source]
array
Filter by symbol source values (multiple values allowed). Supported for elf.
filter[origin]
array
Filter by origin values (multiple values allowed). Supported for elf.
filter[origin_version]
array
Filter by origin version values (multiple values allowed). Supported for elf.
filter[filename]
string
Filter by filename (single value). Supported for js, elf, and ndk.
filter[debug_id]
string
Filter by debug ID (single value). Supported for react.
filter[gnu_build_id]
string
Filter by GNU build ID (single value). Supported for elf.
filter[go_build_id]
string
Filter by Go build ID (single value). Supported for elf.
filter[file_hash]
string
Filter by file hash (single value). Supported for elf.