Skip to main content
UsersDelete members
TestMu AI
StatusCommunityBlog
Users

Delete members

Delete members

DEL
/api/organization/user/{user_id}
Delete members
curl --request DELETE \
--url "https://auth.lambdatest.com//api/organization/user/{user_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "User deleted Successfully",
"type": "success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

user_idintegerrequired

user id of member

Response

application/json

Success

messagestring
typestring
Delete members
curl --request DELETE \
--url "https://auth.lambdatest.com//api/organization/user/{user_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "User deleted Successfully",
"type": "success"
}