---
title: "Delete Element in multiple lists"
method: DELETE
path: "/xlist/elements/{element_id}"
tags: ["multilist"]
---

# Delete Element in multiple lists

`DELETE /xlist/elements/{element_id}`

Delete element in multiple lists.
If element is not found the operation is considered a success

Required security scopes:
  * `api:delete`

## Path parameters

- `element_id` string, required

## Query parameters

- `all_in_sets` string[]
- `errors_only` boolean
- `lists` string[]
- `match_metadata` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivino/apis/the-rankdb-api.md) · [All operations](https://skmtc.net/vivino/apis/the-rankdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivino/the-rankdb-api/revisions/7a45b5309a11/schema)
