メインコンテンツへスキップ
DELETE
/
v2
/
enterprise
/
organizations
/
{org_id}
/
members
/
{user_id}
Enterprise組織のメンバー削除エンドポイント
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/organizations/{org_id}/members/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
Enterprise の管理者用個人APIキーが必要です。 組織からユーザーを削除します。

承認

Authorization
string
header
必須

Enterprise 管理者専用の個人用 API キー (apk_user_*)

パスパラメータ

org_id
string
必須
user_id
string
必須

レスポンス

成功時のレスポンス

status
string
デフォルト:success