---
title: "Delete a link to customer"
method: DELETE
path: "/v3/{id}/link/{linkId}"
tags: ["Customer hierarchy"]
---

# Delete a link to customer

`DELETE /v3/{id}/link/{linkId}`

This operation will delete a link to customer.

## Path parameters

- `id` string, required
- `linkId` string, required

## Query parameters

- `auditUser` string, required

## Response `201`

Successful deleted linked of customer

- ResourceResponse
  - `description` string — Short description of the result of the action
  - `id` string — Will contain the ID of the resource that has been created or updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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