---
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.

---

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