Skip to main content
Sub Organization - Service AccountDelete Service Account
TestMu AI
StatusCommunityBlog
Sub Organization - Service Account

Delete Service Account

Delete Service Account

DEL
/api/organization/sub-org/{sub_org_id}/service-accounts/{id}
Delete Service Account
curl --request DELETE \
--url "https://auth.lambdatest.com//api/organization/sub-org/{sub_org_id}/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

sub_org_idintegerrequired

Sub Organization ID

idintegerrequired

Sub Org Service Account ID

Response

application/json

Delete Service Account

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