v1
latestSwagger 2.02026-07-17332466.5 KBmultilist
Delete Element in multiple lists
Delete element in multiple lists. If element is not found the operation is considered a success
Required security scopes:
- api:delete
delete/xlist/elements/{element_id}
Path parameters
element_idstring required
ID of element
Query parameters
all_in_setsstring[]
Include all lists in these sets
errors_onlyboolean
Returns errors only. If disabled, operations will be faster and require less memory.
listsstring[]
Include lists that match exact list names
match_metadatastring
Include lists that match all values in metadata. Payload must be valid json with string->string values. Example: {"country":"dk","game":"match4"}
Response
OK