For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
Invites UsersDelete invite user
TestMu AI
StatusCommunityBlog
Invites Users

Delete invite user

Delete invite user

DEL
/api/organization/invite/{invite_id}
Delete invite user
curl --request DELETE \
--url "https://auth.lambdatest.com/api/organization/invite/{invite_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Invite 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

invite_idintegerrequired

Invitation ID

Response

application/json

Delete invite user Success

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