Cancels and deletes an auto-invest schedule.
cURL
curl --request DELETE \ --url https://api.bluumfinance.com/v1/wealth/accounts/{account_id}/auto-invest/{schedule_id} \ --header 'Authorization: Basic <encoded-value>'
{ "auto_invest_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "cancelled", "cancelled_at": "2023-11-07T05:31:56Z" }
HTTP Basic Authentication using the API Key as username and API Secret as password.
Auto-invest schedule deleted successfully
cancelled