URL
https://test-api.bvndle.com/api/v1/laas/onboard-users/:userIdcURL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"status": "success",
"message": "user deleted successfully"
}
{
"status": "failed",
"message": "data not found",
"data": {
"errorType": "not found",
"appErrorCode": "",
"error": "User Not Found"
}
}
Call this endpoint to remove a single onboarded user
curl --request DELETE
'https://test-api.bvndle.com/api/v1/laas/onboard-users/:userId' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ACCESS_TOKEN'\
{
"status": "success",
"message": "user deleted successfully"
}
{
"status": "failed",
"message": "data not found",
"data": {
"errorType": "not found",
"appErrorCode": "",
"error": "User Not Found"
}
}
