{ "status": "success", "message": "user(s) deleted successfully" }
Call this endpoint to remove onboarded users in bulk
curl --request DELETE 'https://test-api.bvndle.com/api/v1/laas/onboard-users' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer ACCESS_TOKEN'\ --data-raw '{ "name": "Transaction Drive", "coinValue": "10", "maxNumberOfParticipant": "20000", "condition": "User makes 5 transactions" } { "userId": "f0c8c81d-13d3-4515-b40f-711ef91de094", }'