---
title: "Delete a registration of an SCA device"
method: DELETE
path: "/registeredDevices/{id}"
tags: ["Manage SCA devices"]
---

# Delete a registration of an SCA device

`DELETE /registeredDevices/{id}`

Deletes an SCA device from the list of registered devices of a specific payment instrument.

## Path parameters

- `id` string, required

## Query parameters

- `paymentInstrumentId` string, required

## Response `204`

No Content - look at the actual response code for the status of the request.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `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)
