API 2.0: How to Delete an Album Image?

ckelleyckelley Registered Users Posts: 26 Big grins

Comments

  • ktvoelkerktvoelker Registered Users Posts: 25 Big grins
    edited April 6, 2015
    Our goal is for 2.0.0 to be a REST API, so you just send an HTTP DELETE to the AlbumImage URI.

    You are right that this is a bit of an oversight in the documentation. Since deleting any type of object works the same way, it didn't seem like something to cover on any particular reference page. But we should probably mention it somewhere.

    Thanks!
    Karl Voelker
    Sorcerer and API Guy at SmugMug
  • ckelleyckelley Registered Users Posts: 26 Big grins
    edited April 7, 2015
    ktvoelker wrote: »
    Our goal is for 2.0.0 to be a REST API, so you just send an HTTP DELETE to the AlbumImage URI.

    You are right that this is a bit of an oversight in the documentation. Since deleting any type of object works the same way, it didn't seem like something to cover on any particular reference page. But we should probably mention it somewhere.

    Thanks!

    Thanks, Karl. It works the way you say.
Sign In or Register to comment.