Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url 'https://api.vida.dev/api/v2/deleteAccount?token=' \ --header 'Content-Type: application/json' \ --data ' { "targetAccountId": "3" } '
{ "success": true, "message": "Account deleted" }
Delete an account under your organization
Vida API Token
Organization Id to delete the account in
Account Id
"3"
OK