curl --request DELETE \
--url https://api.example.com/api/libraries/{library_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Deletes a library and all its associated data (assets, albums, people, faces). Cannot delete the user’s only library.
curl --request DELETE \
--url https://api.example.com/api/libraries/{library_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response