---
title: "Delete Element in list"
method: DELETE
path: "/lists/{list_id}/elements/{element_id}"
tags: ["elements"]
---

# Delete Element in list

`DELETE /lists/{list_id}/elements/{element_id}`

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

Required security scopes:
  * `api:delete`

## Path parameters

- `element_id` string, required
- `list_id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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