automation-cloud
latest
false
- 基本情報
- 認証
- 範囲と権限
- プラットフォーム管理 API

UiPath Automation Cloud API ガイド
最終更新日時 2025年10月16日
ローカル ユーザー ID に基づいて、指定したユーザーを削除します。
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'API 呼び出しの構築に必要な情報をすべて収集したとします。
{baseURL}: https://cloud.uipath.com/{organizationName}/identity_-
{access_token}は1234です (長さを考慮)。 - 削除するユーザー ID は
66-ssです。
呼び出しは次の例のようになります (cURL)。
curl --location --request DELETE 'https://cloud.uipath.com/{organizationName}/identity_/api/User/66-ss' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'curl --location --request DELETE 'https://cloud.uipath.com/{organizationName}/identity_/api/User/66-ss' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'