Skip to main content

Delete an SCA device

delete/scaDevices/{deviceId}

Deletes a Strong Customer Authentication (SCA) device.

Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/scaDevices/{deviceId}
Click to copy
deviceIdstringRequired
Min length: 30Max length: 30

The unique identifier of the SCA device to delete.

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 204 - No Content

    The device was deleted successfully.

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