Skip to main content
DELETE
/
api
/
v2
/
deleteAdminUser
Delete admin user
curl --request DELETE \
  --url 'https://api.vida.dev/api/v2/deleteAdminUser?token=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "targetUserId": 3
}
'
{
  "success": true,
  "message": "Admin user successfully removed from your organization"
}

Authorizations

token
string
query
required

Vida API Token

Body

application/json
targetUserId
number

User Id of the user you are removing from your account

Example:

3

Response

OK