Remove Images from an Album (Authed)

POST https://api.imgur.com/3/album/{{albumHash}}/remove_images

Takes parameter, ids[], as an array of ids and removes from the album.

Response Model: Basic

Parameters

KeyRequiredDescription
ids[]requiredThe image ids that you want to be removed from the album.

Request Body

[{"name"=>"ids[]", "value"=>"{{imageHash}}", "datatype"=>"string"}, {"name"=>"ids[]", "value"=>"{{imageHash2}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring