DELETE
/
api
/
v2
/
deleteAccount
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.

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

200
_mintlify/placeholder

OK