Delete association to devices
delete/scaAssociations
Deletes one or more SCA associations for a device.
Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/scaAssociations
Click to copy
WWW-AuthenticatestringRequired
Min length: 1Max length: 10000
The header for authenticating through SCA.
entityIdstringRequired
Min length: 1Max length: 100
The unique identifier of the entity.
entityTypestringRequired
The type of the entity.
Possible values: accountHolder or paymentInstrument.
scaDeviceIdsarray[string]Required
A list of device ids associated with the entity that should be removed.
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
Successful association deletion.
401 - Unauthorized
Authentication required.
403 - Forbidden
Insufficient permissions to process the request.
500 - Internal Server Error
The server could not process the request.