mutation DeleteProtectedDirectory($ids: [ID!]!) { deleteProtectedDirectory(input: { ids: $ids} ) { ids } }