API Documentation
Agents
Phone Numbers
SIP
Messaging
Webhooks
Knowledge
Accounts
- POSTCreate a new reseller
- GETList resellers
- POSTCreate a new organization
- DELDelete an organization
- GETList organizations
- GETList agent accounts
- POSTCreate a new account
- DELDelete an account
- GETList admin users
- DELDelete admin user
- POSTInvite admin user
- GETFetch Account by externalAccountId
- POSTUpdate Organization Settings
Billing
Accounts
Delete admin user
Delete a user from your organization
DELETE
/
api
/
v2
/
deleteAdminUser
Delete admin user
Copy
Ask AI
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAdminUser \
--header 'Content-Type: application/json' \
--data '{
"targetUserId": 3
}'
Copy
Ask AI
This response does not have an example.
Delete admin user
Copy
Ask AI
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAdminUser \
--header 'Content-Type: application/json' \
--data '{
"targetUserId": 3
}'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.