---
title: "POST /delete-items"
method: POST
path: "/delete-items"
tags: ["v2"]
---

# POST /delete-items

`POST /delete-items`

## Request body

- DeleteItems
  - `item` string[] — A list of items to delete, To specify multiple items use argument multiple times
  - `json` boolean — Set output format to JSON
  - `path` string — Path to delete the items from
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `200`

deleteItemsResponse wraps response body.

- DeleteItemsOutput
  - `deleted_items` string[]
  - `failed_deleted_items` object
  - `path` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

[API](https://skmtc.net/akeyless/apis/akeyless-api.md) · [All operations](https://skmtc.net/akeyless/apis/akeyless-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeyless/akeyless-api/versions/0ceb25634501/schema)
