1curl -X DELETE https://api.synthflow.ai/v2/subaccounts/subaccount_id \2 -H "Authorization: Bearer <token>"
1{2 "status": "ok",3 "response": {4 "answer": "Subaccount deleted."5 }6}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>