Server Azure AD Administrators - Delete
Deletes an existing server Active Directory Administrator.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/administrators/activeDirectory?api-version=2014-04-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
administrator
|
path | True |
Name of the server administrator resource. |
|
resource
|
path | True |
string |
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
server
|
path | True |
string |
The name of the server. |
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
api-version
|
query | True |
string |
The API version to use for the request. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
202 Accepted |
Accepted |
|
204 No Content |
No Content |
Examples
Delete a server administrator
Sample request
DELETE https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-6440/administrators/activeDirectory?api-version=2014-04-01
Sample response
"OK"
"Accepted"
"No Content"
Definitions
Name | Description |
---|---|
Administrator |
The type of administrator. |
Server |
Name of the server administrator resource. |
Server |
An server Active Directory Administrator. |
AdministratorType
The type of administrator.
Name | Type | Description |
---|---|---|
ActiveDirectory |
string |
ServerAdministratorName
Name of the server administrator resource.
Name | Type | Description |
---|---|---|
activeDirectory |
string |
ServerAzureADAdministrator
An server Active Directory Administrator.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.administratorType |
The type of administrator. |
|
properties.login |
string |
The server administrator login value. |
properties.sid |
string |
The server administrator Sid (Secure ID). |
properties.tenantId |
string |
The server Active Directory Administrator tenant id. |
type |
string |
Resource type. |