curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id} \
--header 'Authorization: Bearer <token>'{}Delete a virtual account associated with the provided virtual account id.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?