Skip to main content
DELETE
/
api
/
albums
/
{album_id}
/
assets
Remove assets from album
curl --request DELETE \
  --url https://api.example.com/api/albums/{album_id}/assets \
  --header 'Content-Type: application/json' \
  --data '
{
  "asset_ids": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

album_id
string
required

Body

application/json
asset_ids
string[]
required

Response

Successful Response