Skip to content

Delete many identities

POST
/environments/{environment}/identities/bulk/delete
environment
required
string

Environment ID

object
mode

When mode is selected, ids must be provided. When mode is all, search and filters can be used.

string
Allowed values: all selected
ids

Identity IDs.

Array<string>
search
string
traits_filter

Condition property can be any trait you synced to identities in Fecusio.

Array<object>
object
operator
string
Allowed values: and or
conditions
Array<object>
object
property
string
value
Any of:
string
comparison
string
Allowed values: equals not_equals in not_in all any none greater_than less_than exists not_exists
filter

Condition property can be one of: type, has_override, overridden_flag.

Array<object>
object
property
string
value
Any of:
string
comparison
string
Allowed values: equals not_equals in not_in all any none greater_than less_than exists not_exists

Successful response