DELETE
/
api
/
v2
/
deleteAdminUser
curl --request DELETE \
  --url https://api.vida.dev/api/v2/deleteAdminUser \
  --header 'Content-Type: application/json' \
  --data '{
  "targetUserId": 3
}'
This response does not have an example.

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

200
_mintlify/placeholder

OK