cURL
curl --request DELETE \ --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/members/service-users/{service_user_id} \ --header 'Authorization: Bearer <token>'
{ "expires_at": 123, "name": "<string>", "role_assignments": [ { "role": { "role_id": "<string>", "role_name": "<string>", "role_type": "enterprise" }, "org_id": "<string>" } ], "service_user_id": "<string>" }
組織からサービスユーザーを削除します。
ManageAccountMembership
サービスユーザーの認証情報(接頭辞: cog_)
組織ID(プレフィックス: org-)
"org-abc123def456"
サービスユーザーID(プレフィックス: service-user-)
"service-user-abc123def456"
成功レスポンス
Show child attributes