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
Service AccountDelete service account
TestMu AI
StatusCommunityBlog
Service Account

Delete service account

Delete service account

DEL
/api/organization/service-accounts/{id}
Delete service account
curl --request DELETE \
--url "https://auth.lambdatest.com/api/organization/service-accounts/{id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Service Account 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

idintegerrequired

ID of Service Account

Response

application/json

Delete service accounts

messagestring
typestring
Delete service account
curl --request DELETE \
--url "https://auth.lambdatest.com/api/organization/service-accounts/{id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Service Account Deleted SuccessFully",
"type": "success"
}