API Documentation
Authorization
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 an account
Delete an account under your organization
DELETE
/
api
/
v2
/
deleteAccount
Copy
Ask AI
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAccount \
--header 'Content-Type: application/json' \
--data '{
"targetAccountId": "3"
}'
Copy
Ask AI
This response does not have an example.
Authorizations
Vida API Token
Query Parameters
Organization Id to delete the account in
Body
application/json
Response
200
OK
Copy
Ask AI
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAccount \
--header 'Content-Type: application/json' \
--data '{
"targetAccountId": "3"
}'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.