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