MongoDBMongoDB Atlas Administration API v2
DELETE/api/atlas/v2/groups/{groupId}/userSecurity/customerX509
Manage disable Group User Security Customer X509.
Contract-preserving DELETE endpoint for disable Group User Security Customer X509 in the MongoDB Atlas Administration API. Resource-specific values are supplied by the caller at runtime.
All 540 MongoDB Atlas administration endpoints from a fixed Apache-2.0 OpenAPI revision. Hub provides documentation and an independent SDK/CLI, but never proxies account, organization, project, network, backup, or operational data; callers connect directly with local credentials.
Request
- operationId
disableGroupUserSecurityCustomerX509- Server
https://cloud.mongodb.com- Authentication
- ServiceAccounts, DigestAuth
Request parameters
envelope
queryboolean
envelope value in the Atlas Administration API contract.
groupId
pathstringrequired
group Id value in the Atlas Administration API contract.
32b6e34b3d91647abb20e7b8
Responses
202
UserSecurityapplication/vnd.atlas.2023-01-01+json
Successful supplier response.
Properties: customerX509ldaplinks
401
ApiErrorapplication/json
Supplier response with HTTP status 401.
Properties: badRequestDetaildetailerrorerrorCodeparametersreason
403
ApiErrorapplication/json
Supplier response with HTTP status 403.
Properties: badRequestDetaildetailerrorerrorCodeparametersreason
404
ApiErrorapplication/json
Supplier response with HTTP status 404.
Properties: badRequestDetaildetailerrorerrorCodeparametersreason
429
ApiErrorapplication/json
Supplier response with HTTP status 429.
Properties: badRequestDetaildetailerrorerrorCodeparametersreason
500
ApiErrorapplication/json
Supplier response with HTTP status 500.
Properties: badRequestDetaildetailerrorerrorCodeparametersreason
{
"customerX509": {
"links": {
"href": "https://cloud.mongodb.com/api/atlas",
"rel": "self"
}
},
"ldap": {
"authenticationEnabled": false,
"authorizationEnabled": false,
"authzQueryTemplate": "{USER}?memberOf?base",
"bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
"links": {
"href": "https://cloud.mongodb.com/api/atlas",
"rel": "self"
}
},
"links": {
"href": "https://cloud.mongodb.com/api/atlas",
"rel": "self"
}
}