Access Point Resources - Delete

IDでConfluent Access Pointを削除する

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}?api-version=2026-05-01-preview

URI パラメーター

名前 / 必須 説明
accessPointId
path True

string

Confluent Access Point id

environmentId
path True

string

Confluent 環境 ID

networkGatewayId
path True

string

Confluent network gateway id

organizationName
path True

string

組織のリソース名

resourceGroupName
path True

string

minLength: 1
maxLength: 90

リソース グループの名前。 名前は大文字と小文字を区別しません。

subscriptionId
path True

string (uuid)

ターゲット サブスクリプションの ID。 値は UUID である必要があります。

api-version
query True

string

minLength: 1

この操作に使用する API バージョン。

応答

名前 説明
202 Accepted

リソースの削除は受け入れ可能です。

ヘッダー

  • Location: string
  • Retry-After: integer
204 No Content

リソースが存在しません。

Other Status Codes

ErrorResponse

予期しないエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

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

スコープ

名前 説明
user_impersonation あなたのユーザー アカウントになりすます

AccessPointResources_Delete_MaximumSet

要求のサンプル

DELETE https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/resourceGroups/rgconfluent/providers/Microsoft.Confluent/organizations/myOrganization/environments/env-abc123/networkGateways/gw-def456/accessPoints/ap-xyz789?api-version=2026-05-01-preview

応答のサンプル

Location: https://management.azure.com/subscriptions/DC34558A-05D3-4370-AED8-75E60B381F94/providers/Microsoft.Confluent/locations/eastus/operationStatuses/op-67890?api-version=2026-05-01-preview
Retry-After: 10

定義

名前 説明
ErrorAdditionalInfo

リソース管理エラーの追加情報

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

ErrorAdditionalInfo

リソース管理エラーの追加情報

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーに関する追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細。

message

string

エラー メッセージ。

target

string

エラーの対象。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

エラー オブジェクト。