Zum Hauptinhalt springen
DELETE
/
v2
/
enterprise
/
members
/
{user_id}
Enterprise Members Removal Endpoint
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/members/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
Erfordert den persönlichen API key eines Enterprise-Administrators. Entfernt einen Benutzer aus einer Organisation.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

user_id
string
required

Response

Successful Response

status
string
default:success