Skip to main content
DELETE
/
api
/
v2
/
deleteAccount
Delete an account
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"
}

Documentation Index

Fetch the complete documentation index at: https://vida.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetOrganizationId
string
required

Organization Id to delete the account in

Body

application/json
targetAccountId
string

Account Id

Example:

"3"

Response

OK