DeleteImageAsync

Delete image as an asynchronous operation. Returns (Task)Exception Type: FailedOutcomeException

Destroy the designated Image.

Name Description
imageInfo The image information.

Delete Image Async

Example in C#

// Returns: nothing
await client.DeleteImageAsync(ImageInfo imageInfo);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/images/IMAGES.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'