curl --request DELETE \
--url 'https://api.vida.dev/api/v2/deleteAccount?token=' \
--header 'Content-Type: application/json' \
--data '
{
"targetAccountId": "3"
}
'{}Delete an account under your organization
curl --request DELETE \
--url 'https://api.vida.dev/api/v2/deleteAccount?token=' \
--header 'Content-Type: application/json' \
--data '
{
"targetAccountId": "3"
}
'{}