Remove Images from an Album (Un-Authed)
POST https://api.imgur.com/3/album/{{albumDeleteHash}}/remove_images
Takes parameter, ids[], as an array of ids and removes from the album.
Response Model: Basic
Parameters
| Key | Required | Description |
|---|---|---|
| ids[] | required | The 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
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |