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.
curl --request DELETE \
--url https://api.example.com/api/albums/{album_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response