---
title: "Delete an SCA device"
method: DELETE
path: "/scaDevices/{deviceId}"
tags: ["SCA device management"]
---

# Delete an SCA device

`DELETE /scaDevices/{deviceId}`

Deletes a Strong Customer Authentication (SCA) device.

## Path parameters

- `deviceId` string, required

## Response `204`

No Content - The device was deleted successfully.

## Other responses

- `400` — Bad Request - The request contains invalid input and fails validation.
- `401` — Unauthorized - Authentication required.
- `403` — Forbidden - Insufficient permissions to process the request.
- `404` — Not Found - Device not found.
- `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)
