curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAccount \
--header 'Content-Type: application/json' \
--data '{
"targetAccountId": "3"
}'
This response does not have an example.
Delete an account under your organization
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAccount \
--header 'Content-Type: application/json' \
--data '{
"targetAccountId": "3"
}'
This response does not have an example.
Vida API Token
Organization Id to delete the account in
OK