Accounts - Delete
Ta bort ett Azure Video Indexer-konto.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}?api-version=2024-01-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
account
|
path | True |
string |
Namnet på Azure Video Indexer-kontot. Reguljärt uttrycksmönster: |
resource
|
path | True |
string |
Namnet på resursgruppen. Namnet är skiftlägesokänsligt. |
subscription
|
path | True |
string |
ID för målprenumerationen. |
api-version
|
query | True |
string |
Den API-version som ska användas för den här åtgärden. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
Azure Video Indexer-kontot har tagits bort. |
|
202 Accepted |
Azure Video Indexer-kontot tas bort asynkront. |
|
204 No Content |
Azure Video Indexer-kontot finns inte. |
|
Other Status Codes |
Felsvar som beskriver varför åtgärden misslyckades. |
Säkerhet
azure_auth
Azure Active Directory OAuth2 Flow
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
Delete account
Exempelbegäran
DELETE https://management.azure.com/subscriptions/b04775c3-63fa-40f3-9430-139d2e5522d3/resourceGroups/contoso-rg/providers/Microsoft.VideoIndexer/accounts/contosto-videoanalyzer?api-version=2024-01-01
Exempelsvar
Definitioner
Name | Description |
---|---|
Error |
Feldefinition. |
Error |
Felsvar. |
ErrorDefinition
Feldefinition.
Name | Typ | Description |
---|---|---|
code |
string |
Tjänstspecifik felkod som fungerar som understatus för HTTP-felkoden. |
details |
Intern felinformation. |
|
message |
string |
Beskrivning av felet. |
ErrorResponse
Felsvar.
Name | Typ | Description |
---|---|---|
error |
Felinformationen. |