API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
Accounts
Delete an account
DELETE
/
api
/
v2
/
deleteAccount
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAccount \
--header 'Content-Type: application/json' \
--data '{
"targetAccountId": "3"
}'
This response has no body data.
Authorizations
Vida API Token
Query Parameters
Organization Id to delete the account in
Body
application/json
Account Id
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAccount \
--header 'Content-Type: application/json' \
--data '{
"targetAccountId": "3"
}'
This response has no body data.