Api Tokens - Remove
API トークンを削除する。
DELETE https://{subdomain}.{baseDomain}/api/apiTokens/{tokenId}?api-version=2022-07-31
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
base
|
path | True |
string |
すべての Azure IoT Central サービス要求のベース ドメイン。 |
subdomain
|
path | True |
string |
アプリケーション サブドメイン。 |
token
|
path | True |
string |
API トークンの一意の ID。 |
api-version
|
query | True |
string |
呼び出される API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
204 No Content |
Success |
|
Other Status Codes |
IoT Central サービスから受信したエラー応答。 ヘッダー x-ms-error-code: string |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントの借用 |
例
Delete API token
要求のサンプル
DELETE https://appsubdomain.azureiotcentral.com/api/apiTokens/testtoken?api-version=2022-07-31
応答のサンプル
定義
名前 | 説明 |
---|---|
Error |
応答エラーの定義。 |
Error |
エラーの詳細情報。 |
Error
応答エラーの定義。
名前 | 型 | 説明 |
---|---|---|
error |
現在の要求のエラーの詳細。 |
ErrorDetails
エラーの詳細情報。
名前 | 型 | 説明 |
---|---|---|
code |
string |
エラー コード。 |
message |
string |
エラー メッセージの詳細。 |
requestId |
string |
現在の要求の関連付け ID。 |
time |
string |
エラー要求が失敗した時刻。 |