Skip to main content
GroupsDelete Group
TestMu AI
StatusCommunityBlog
Groups

Delete Group

Delete Group

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

group_idintegerrequired

Group ID

Response

application/json

Success

messagestring
typestring
Delete Group
curl --request DELETE \
--url "https://auth.lambdatest.com//api/v1/organization/group/{group_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Group deleted successfully!",
"type": "success"
}