Deletes icons from the marketplace, optionally filtered by tag. Returns (Task)
Overview of DeleteIconsAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to delete icons from |
| tag | Optional tag to filter which icons to delete |
Example in C#
// Returns: nothing
await client.DeleteIconsAsync(FolderInfo folder, String tag);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/MarketplaceImages?tag=report \
-H 'Authorization: Bearer TOKEN_GOES_HERE'