UiPath Documentation
orchestrator
2021.10
false
Orchestrator API ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

[プレビュー] 特定のロボット アカウントを削除する

組織およびロボット アカウント ID に基づいて、組織内の指定したロボット アカウントを削除します。

API エンドポイント

DELETE https://{yourDomain}/identity/api/RobotAccount/{partitionGlobalId}/{robotAccountId}

スコープ

次のスコープが必要です。

  • PM.RobotAccount
  • PM.RobotAccount.Write

要求ヘッダー

--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
注:

To obtain the {access_token}, make sure to authenticate through one of the methods described here.

パス パラメーター

パス パラメーターデータ型説明
partitionGlobalId

(必須)
文字列ロボット アカウントの削除元の組織の ID です。
robotAccountId

(必須)
文字列削除するロボット アカウントの ID です。

応答

204 Success

指定したロボット アカウントが組織から削除されます。

要求の例

API 呼び出しの構築に必要な情報をすべて収集したとします。

  • {baseURL}https://{yourDomain}/{organizationName}/{tenantName}/ です。
  • {access_token}1234 です (長さを考慮)。
  • {partitionGlobalId}magic-7 です。
  • {robotAccountId}33-ab です。

呼び出しは以下のようになります (cURL)。

curl --location --request DELETE 'https://{yourDomain}/{organizationName}/{tenantName}/identity_/api/RobotAccount/magic-7/33-ab' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'
curl --location --request DELETE 'https://{yourDomain}/{organizationName}/{tenantName}/identity_/api/RobotAccount/magic-7/33-ab' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'
  • API エンドポイント
  • スコープ
  • 要求ヘッダー
  • パス パラメーター
  • 応答
  • 204 Success
  • 要求の例

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得