Options

1.2.0 images.delete always returns false

rkallarkalla Registered Users Posts: 108 Major grins
Right now, images.delete always returns "false" for it's "Image" return value, which I'm assuming is suppose to be the result status if the operation worked or not.

This is regardless of if the operation worked or failed, it always seems to return false.

Request:
http://api.smugmug.com/hack/json/1.2.0/?method=smugmug.images.delete&APIKey=<API KEY>&SessionID=<SESSION ID>&ImageID=<IMAGE ID>

Response:
{
    "stat":"ok",
    "method":"smugmug.images.delete",
    "Image":false
}
Sign In or Register to comment.