delete Active Directories
DescriptionDeletes an Active Directory record from the database
Request
URLURL
Path Parameters
Path Parameters
id
Query Parameters
Query Parameters
Organization ID: non-super users can only access their own organization
Authentication
Response
200 OK Response Body>Response Body
200 OK
Successfully deleted active directory record
{
"credentialId": "5fb352ed5b19360006d8fd93",
"defaultOU": "OU=Computers",
"description": "This is a test AD",
"dnsDomainName": "example.com",
"id": "0123456789",
"location": "US",
"name": "TestAD",
"orgId": "0123456789"
}
Record creation timestamp
The credential ID to be used with the credential service
Default OU (organizational unit) for adding VMs to the domain
Description for the AD
Directory DNS name
Unique record ID
location
Name that helps the customer identify the record
Org ID that owns this record
Record update timestamp
Record version (internal)
204 No Content Response Body>
Response Body
204 No Content
No Content
{
"credentialId": "5fb352ed5b19360006d8fd93",
"defaultOU": "OU=Computers",
"description": "This is a test AD",
"dnsDomainName": "example.com",
"id": "0123456789",
"location": "US",
"name": "TestAD",
"orgId": "0123456789"
}
Record creation timestamp
The credential ID to be used with the credential service
Default OU (organizational unit) for adding VMs to the domain
Description for the AD
Directory DNS name
Unique record ID
location
Name that helps the customer identify the record
Org ID that owns this record
Record update timestamp
Record version (internal)
Errors
Unauthorized
Forbidden
Not Found
Conflict - active directory is in use