Accounts - Delete
Accounts_Delete
Deletes a Visual Studio Team Services account resource.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{resourceName}?api-version=2017-11-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
Name of the resource group within the Azure subscription. |
resource
|
path | True |
string |
Name of the resource. |
subscription
|
path | True |
string |
The Azure subscription identifier. |
api-version
|
query | True |
string |
API Version |
Responses
Name | Type | Description |
---|---|---|
200 OK |
The operation succeeded. The Visual Studio Team Services account resource was deleted. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Delete an account resource
Sample request
DELETE https://management.azure.com/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourcegroups/VS-Example-Group/providers/microsoft.visualstudio/account/Example?api-version=2017-11-01-preview