Delete an account.
Deletes the account and all associated users and data (cascade). System account (nil UUID) cannot be deleted. Only superadmins can access this endpoint.
curl --request DELETE \
--url https://api.example.com/api/v1/accounts/{account_id}Successful Response
curl --request DELETE \
--url https://api.example.com/api/v1/accounts/{account_id}