cURL
curl --request DELETE \ --url https://api.example.com/api/albums/{album_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deletes a specific album. Note: This does not delete the assets within the album.
Successful Response