Skip to content

How to delete unmanaged collections? (was: delete_unmanaged_collections: true seems not to work) #1198

Answered by gitttt54
gitttt54 asked this question in Q&A
Discussion options

You must be logged in to vote

I finally got it solved ;-)

the important subclause in the wiki:
The Collection must match all set attributes to be deleted.

Which means, with

    operations:
      delete_collections:
        less: 2
        managed: false

I tell TMM to delete managed collections with less than 2 items.

And now, with

    operations:
      delete_collections:
        managed: false

I tell TMM to delete managed collections.

Bummer

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@gitttt54
Comment options

Comment options

You must be logged in to vote
1 reply
@gitttt54
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gitttt54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants