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