User Assigned Identities - Delete

ID を削除します。

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}?api-version=2023-01-31

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

ID が属するリソース グループの名前。

resourceName
path True

string

ID リソースの名前。

subscriptionId
path True

string

ID が属するサブスクリプションの ID。

api-version
query True

string

呼び出す API のバージョン。

応答

名前 説明
200 OK

OK です。 削除された ID。

204 No Content

指定された ID が存在しません。

Other Status Codes

CloudError

操作に失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントの借用

IdentityDelete

要求のサンプル

DELETE https://management.azure.com/subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/resourceName?api-version=2023-01-31

応答のサンプル

定義

名前 説明
CloudError

ManagedServiceIdentity サービスからのエラー応答。

CloudErrorBody

ManagedServiceIdentity サービスからのエラー応答。

CloudError

ManagedServiceIdentity サービスからのエラー応答。

名前 説明
error

CloudErrorBody

エラーに関する追加の詳細の一覧。

CloudErrorBody

ManagedServiceIdentity サービスからのエラー応答。

名前 説明
code

string

エラーの識別子。

details

CloudErrorBody[]

エラーに関する追加の詳細の一覧。

message

string

ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。

target

string

特定のエラーのターゲット。 たとえば、エラーが発生したプロパティの名前です。