---
title: "DELETE /api/access-lists/{listId}/entries/{id}"
method: DELETE
path: "/api/access-lists/{listId}/entries/{id}"
tags: ["api", "access-lists"]
---

# DELETE /api/access-lists/{listId}/entries/{id}

`DELETE /api/access-lists/{listId}/entries/{id}`

Delete an Access List Entry

## Path parameters

- `id` string, required — The ID of the Access List Entry
- `listId` string, required — The ID of the Access List

## Response `200`

OK

- AccessListEntryResource
  - `_id` string, required — The ID of the access list entry.
  - `listId` string, required — The ID of the access list of the access list entry.
  - `externalCode` string, required — The external code of the access list entry.
  - `customerId` string, nullable — The ID of the customer of the access list entry.
  - `sellerId` string, required — The ID of the seller of the access list entry.
  - `firstname` string, nullable — The first name of the access list entry.
  - `lastname` string, nullable — The last name of the access list entry.
  - `email` string, email, nullable — The email of the access list entry.
  - `phone` string, nullable — The phone number of the access list entry.
  - `meta` object — The key-value pairs of the extra data of the access list entry.

## Other responses

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

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
