---
title: "Delete association to devices"
method: DELETE
path: "/scaAssociations"
tags: ["SCA association management"]
---

# Delete association to devices

`DELETE /scaAssociations`

Deletes one or more SCA associations for a device.

## Headers

- `WWW-Authenticate` string, required

## Request body

- RemoveAssociationRequest
  - `entityId` string, required — The unique identifier of the entity.
  - `entityType` 'accountHolder' | 'legalEntity' | 'paymentInstrument', required
  - `scaDeviceIds` string[], required — A list of device ids associated with the entity that should be removed.

## Response `204`

No Content - Successful association deletion.

## Other responses

- `401` — Unauthorized - Authentication required.
- `403` — Forbidden - Insufficient permissions to process the request.
- `500` — Internal Server Error - The server could not process the request.

## Changes

- **2026-05-01** (v2) `a4fab1c7333b` — 1 info
  - added the new `legalEntity` enum value to the request property `entityType`
- **2025-11-19** (v2) `4cd18d5551af` — 1 info
  - for the `header` request parameter `WWW-Authenticate`, the maxLength was increased from `10000` to `20000`
- **2025-10-06** (v2) `7c2bc8ccb9bf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adyen/apis/balanceplatformservice/changes/scaAssociations/delete.md)

---

[API](https://skmtc.dev/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.dev/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
