Skip to main content
DELETE
/
api
/
admin
/
organizations
/
{orgId}
/
users
/
{userId}
Remove Admin User
curl --request DELETE \
  --url https://api.example.com/api/admin/organizations/{orgId}/users/{userId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Logto JWT access token

Path Parameters

orgId
string
required
userId
string
required

Response

200

Successful response