Logo
Adyen APIs API Documentation

Delete a registration of an SCA device

DELETE {{baseUrl}}/registeredDevices/:id?paymentInstrumentId=paymentInstrumentId_example

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

 

Body PARAM

Key Datatype Required Description 
paymentInstrumentId
string The unique identifier of the payment instrument linked to the SCA device.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://balanceplatform-api-test.adyen.com/bcl/v2/registeredDevices/:id?paymentInstrumentId=paymentInstrumentId_example?paymentInstrumentId=paymentInstrumentId_example' -H 'Accept: application/json'

ENDPOINTS