cURL
curl --request DELETE \ --url https://api-sandbox.argyle.com/v2/accounts/{id} \ --header 'Authorization: Basic <encoded-value>'
Deletes an account object.
Username = api_key_id, Password = api_key_secret
ID of the account object to be deleted.
204 status code: No content.