automation-cloud
latest
false
- 基本情報
- 認証
- 範囲と権限
- プラットフォーム管理 API
[プレビュー] 特定のグループを削除する
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
UiPath Automation Cloud API ガイド
Last updated 2024年9月19日
[プレビュー] 特定のグループを削除する
組織およびグループ ID に基づいて、組織内の指定したグループを削除します。
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
パス パラメーター |
データ型 |
説明 |
---|---|---|
(必須) |
文字列 |
グループの削除元の組織の ID です。 |
(必須) |
文字列 |
削除するグループの ID です。 |
API 呼び出しの構築に必要な情報をすべて収集したとします。
{baseURL}
はhttps://cloud.uipath.com/{organizationName}/{tenantName}/
です。-
{access_token}
は1234
です (長さを考慮)。 {partitionGlobalId}
はmagic-7
です。{groupId}
は2512
です。
呼び出しは以下のようになります (cURL)。
curl --location --request DELETE 'https://cloud.uipath.com/{organizationName}/{tenantName}/identity_/api/Group/magic-7/2512' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'
curl --location --request DELETE 'https://cloud.uipath.com/{organizationName}/{tenantName}/identity_/api/Group/magic-7/2512' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'