Accounts
Delete admin user
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Accounts
Delete admin user
Delete a user from your organization
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
Vida API Token
Body
application/json
User Id of the user you are removing from your account
Example:
3
Response
200
_mintlify/placeholder
OK
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.