---
title: "Delete an associated entity"
method: DELETE
path: "/v1/customers/{customerId}/associated_entities/{id}"
tags: ["Customers"]
---

# Delete an associated entity

`DELETE /v1/customers/{customerId}/associated_entities/{id}`

Remove an associated entity from a customer.

## Path parameters

- `customerId` string, required
- `id` string, required

## Headers

- `X-API-Key` string

## Response `204`

Associated entity deleted successfully

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials
- `403` — Customer belongs to a different organization
- `404` — Associated entity or customer not found

---

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