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"
}
'
{}

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