cURL
curl --request DELETE \ --url https://api-sandbox.argyle.com/v2/accounts/{id} \ --header 'Authorization: Basic <encoded-value>'
Deletes an account object.
Documentation IndexFetch the complete documentation index at: https://docs.argyle.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
Use this file to discover all available pages before exploring further.
Username = api_key_id, Password = api_key_secret
ID of the account object to be deleted.
204 status code: No content.