---
title: "POST /delete-assoc-target-item"
method: POST
path: "/delete-assoc-target-item"
tags: ["v2"]
---

# POST /delete-assoc-target-item

`POST /delete-assoc-target-item`

## Request body

- DeleteTargetAssociation — deleteTargetAssociation is a command that deletes an association between target and item.
  - `assoc-id` string — The association id to be deleted
  - `json` boolean — Set output format to JSON
  - `name` string, required — Item name
  - `target-name` string — The target to associate
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `200`

deleteTargetAssociationResponse wraps response body.

- DeleteTargetAssociationOutput

## 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)
