Transaction Monitoring
Blacklist Device
POST api/v1/transaction-monitoring/blacklist-device
To unblock or unblacklist a device, use the endpoint below. The request type
is DELETE
Body
application/json
Blacklist device payload
The transactionId of the device you want to blacklist.
Response
200
application/json
Blacklist device result
Message after device is blacklisted
Example:
"Device blacklisted"